Module signal

Module signal 

Source
Expand description

Mechanisms for coordinating actions across many tasks.

Structs§

Receiver
An open Signal with completion tracking.
Signaler
Coordinates a one-time signal across many tasks.

Enums§

Signal
A one-time broadcast that can be awaited by many tasks. It is often used for coordinating shutdown across many tasks.
Stopper
Employs Signaler to coordinate the graceful shutdown of many tasks.