Expand description
Utilities for working with futures.
Structs§
- Abortable
Pool - 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§
- Closed
Ext - Extension trait to detect when a oneshot::Receiver is dropped.