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
Use non-blocking connections, but retry as if blocking
We want to have blocking operations, but we can't hold the GVL, so we'll
emulate blocking operations by calling the non-blocking API, then call
io_waitreadable
0 commit comments