[−][src]Module futures::unsync
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 |