Open
Description
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).
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).