Crate futures_bounded

Source

Structs§

FuturesMap
Represents a map of Futures.
FuturesSet
Represents a list of Futures.
FuturesTupleSet
Represents a list of tuples of a Future and an associated piece of data.
StreamMap
Represents a map of Streams.
StreamSet
Represents a set of Streams.
Timeout
A future failed to complete within the given timeout.

Enums§

PushError
Error of a future pushing