Module unsync

Source
Expand description

Future-aware single-threaded synchronization

This module contains similar abstractions to sync, for communications between tasks on the same thread only.

Modulesยง

mpsc
A multi-producer, single-consumer, futures-aware, FIFO queue with back pressure, for use communicating between tasks on the same thread.
oneshot
A one-shot, futures-aware channel