You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2023. It is now read-only.
Fix panic when using sync client from a GCC destructor
Calling Rust from a GCC destructor can result in panics when using pthreads (rust-lang/rust#28129)
Move client request code to a separate thread to work around this issue
Signed-off-by: Kostis Papazafeiropoulos <papazof@gmail.com>
0 commit comments