mirror of
https://github.com/janet-lang/janet
synced 2026-05-17 02:42:16 +00:00
7bfb17c209
Big issue with IOCP vs. poll variants is that the overlapped structures have a longer lifetime than intermediate state needed for epoll. One cannot free overlapped structures after closing a handle/socket, like one can do with any intermediate state when using readiness-based IO.