Module unsync

Source
Expand description

Unsync (i.e. single-threaded) synchronization primitives.

Modules§

mpsc
Unsync single-producer single-consumer channel (i.e. a single-threaded queue with async hooks).