Module hydroflow::util::unsync

source ·
Expand description

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

Modules§

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