Thin Rust wrapper around the Windows manual-, auto-reset events and semaphores.
Technically provides a portable API, but implemented only for Windows at the moment.
See event
,
semaphore
,
Wait Functions
on MSDN.
Run cargo --doc
for documentation.
Uses winapi
on Windows.