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'm faced with a problem where loop.stop() before a thread.join() does not complete. This means, the event loop inside thread is still running. I need to gracefully shut down. I'm using the default backend selection which happens to be io_uring on Linux.