Expand description
A one-shot, futures-aware channel
Structs
Error returned from a Receiver<T>
whenever the corresponding Sender<T>
is dropped.
Type of future which Execute
instances below must be able to spawn.
A future representing the completion of a computation happening elsewhere in memory.
Represents the completion half of a oneshot through which the result of a computation is signaled.
Handle returned from the spawn
function.