Structs§
- Exit
- Future that resolves when the exit signal has fired.
- Signal
- Exit signal that fires either manually or on drop.
Functions§
- signal
- Create a signal and exit pair.
Exitis a future that resolves when theSignalobject is either dropped or hasfirecalled on it.