AsyncOverlapped

Information for a single Windows overlapped I/O request; uses a freelist to minimize allocations.

Members

Mixins

__anonymous
mixin FreeList!1_000
Undocumented in source.

Properties

hEvent
HANDLE hEvent [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

overlapped
OVERLAPPED overlapped;

Required for Windows overlapped I/O requests

Meta