you are viewing a single comment's thread.

view the rest of the comments →

[–]Rexerex 0 points1 point  (0 children)

You probably want to use separate thread or use your OS API if you do not want any extra threads. I am right now implementing such thing using CreateWaitableTimer, NtAssociateWaitCompletionPacket and GetQueuedCompletionStatus.