Module futures

Module futures 

Source
Expand description

Utilities for working with futures.

Structs§

AbortablePool
An unordered pool of futures that can be individually aborted.
Aborter
A handle that can be used to abort a specific future in an AbortablePool.
Closed
A future that resolves when a oneshot::Receiver is dropped.
Pool
An unordered pool of futures.

Traits§

ClosedExt
Extension trait to detect when a oneshot::Receiver is dropped.