Module httpbis::futures_misc [] [src]

Reexports

pub use self::stream_deferred::stream_deferred;

Modules

stream_deferred

Structs

ShutdownFuture
ShutdownSignal
StreamMerge2
StreamWithEof
StreamWithEofAndError
TaskRcMut
UnboundedSenderWithFinal

Enums

Merged2Item

An item returned from a merge stream, which represents an item from one or both of the underlying streams.

ResultOrEof
StreamWithEofMessage

Functions

shutdown_signal
stream_merge2
stream_single

Convert a stream into single element future. It is an error, is stream is empty or has more than one element.

stream_with_eof
stream_with_eof_and_error