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
Our non-blocking API (wait(0) and so on) doesn't block, but still makes a syscall. We could try to use something like edge-triggered epoll in EpollNetProvider to avoid kernel-crossing (but it still needs investigation).