OsPoller.dispatchCompletion

void dispatchCompletion(ULONG_PTR completionKey, OVERLAPPED * overlappedPtr, size_t bytesTransferred, DWORD error) @trusted nothrow

Dispatch a single IOCP completion to its registered handler.

Parameters

completionKeyThe completion key identifying the target object.
overlappedPtrPointer to the OVERLAPPED structure that completed.
bytesTransferredNumber of bytes transferred.
errorWin32 error code (0 on success).