[Python-ideas] An alternate approach to async IO

Sturla Molden sturla at molden.no
Wed Nov 28 19:59:43 CET 2012


On 28.11.2012 16:49, Richard Oudkerk wrote:

> You are assuming that GetQueuedCompletionStatus*() will never block
> because of lack of work.

GetQueuedCompletionStatusEx takes a time-out argument, it can be zero.

Sturla



More information about the Python-ideas mailing list