Is it even possible to make "true" Proactor style I/O handling implementations possible in Python?
Specifically, I know that Windows has this notion of I/O Completion Ports that can spawn threads in the background to handle any asynchronous callbacks from sockets for example. I couldn't find similar API for Linux and any Python wrappers for that.