Crate signal_future

Source

Structsยง

SignalFuture
A simple future that can be programmatically resolved externally using the controller that is provided in tandem when creating a SignalFuture. This makes it useful as a way to signal to some consumer of the future that something has completed, using standard async syntax and semantics.
SignalFutureController