Re: [asio-users] async_accept on windows
Brought to you by:
chris_kohlhoff
From: Christopher K. <ch...@ko...> - 2006-06-01 22:25:50
|
Hi, > I am not sure about this but isn't the windows code to accept > async connections missing the code for the case that AcceptEx > succeeds immediately? Unfortunately I can't find it right now, but there is a statement somewhere in MSDN that says that if an overlapped routine returns a success status then the completion has already been posted (to the IO completion port or whatever else you are using). Cheers, Chris |