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
I think the C extension needs to use rb_thread_call_without_gvl to release the GVL while executing long running I/O. Otherwise, it will block other Ruby threads.
I think the C extension needs to use
rb_thread_call_without_gvl
to release the GVL while executing long running I/O. Otherwise, it will block other Ruby threads.test script
output
The text was updated successfully, but these errors were encountered: