Crate exit_future[][src]

Structs

Exit

Future that resolves when the exit signal has fired.

Signal

Exit signal that fires either manually or on drop.

UntilExit

Future that resolves when inner work finishes or on exit signal firing.

Functions

signal

Create a signal and exit pair. Exit is a future that resolves when the Signal object is either dropped or has fire called on it.