[Python-Dev] IOCP (I/O Completion Port) in Python ?
张佩佩
10 Sep
2013
10 Sep
'13
3:58 a.m.
Hello:
I wondering why there is no standard IOCP module in Python ?
As I know: Python3 have support epoll in linux and kqueue in freebsd.
Is there a plan to add IOCP module for Windows ?