
2 Mar
2011
2 Mar
'11
9:26 p.m.
I wonder if ASIO on Windows also implements IO Completion ports. I think this is called Proactor, right? I would be thankful if you point me to the right direction.
ASIO *uses* completion ports when implementing proactor on Windows. If you want to see how it's done, you can learn the implementation files: http://www.boost.org/doc/libs/1_46_0/boost/asio/detail/impl/win_iocp_io_serv... etc.