Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 580 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 580 Bytes

minievent

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.