Thin Rust wrapper around the Windows IO completion port.
See I/O Completion Ports
on MSDN for the description of the concept.
Run cargo --doc
for documentation.
See the tests for some example code.
Uses winapi
.
Thin Rust wrapper around the Windows IO completion port.
See I/O Completion Ports
on MSDN for the description of the concept.
Run cargo --doc
for documentation.
See the tests for some example code.
Uses winapi
.