Structs§
- Future that resolves when the exit signal has fired.
- Exit signal that fires either manually or on drop.
Functions§
- Create a signal and exit pair.
Exit
is a future that resolves when theSignal
object is either dropped or hasfire
called on it.