Documentation
Create a Signal and cloneable Exit future that fires when Signal is fired or dropped. Used to coordinate exit between multiple event-loop threads.
let = signal;
spawn;
signal.fire; // also would fire on drop.
Create a Signal and cloneable Exit future that fires when Signal is fired or dropped. Used to coordinate exit between multiple event-loop threads.
let = signal;
spawn;
signal.fire; // also would fire on drop.