Crate ordered_streams

source ·
Expand description

Structs

A stream for the filter function.
A stream for the filter_map function.
An OrderedStream wrapper around a Stream.
A Stream for the into_ordering function.
A Stream for the into_stream function.
A stream for the join function.
Join a collection of OrderedStreams.
Join a collection of pinned OrderedStreams.
A stream for the map function.
A stream for the map_item function.
A stream for the map_ordering function.
A future for the next function.
A future for the next_before function.
A stream for the peekable function.
A stream for the then function.

Enums

A value that is either borrowed or owned.

Traits

An OrderedStream that tracks if the underlying stream should be polled.
A Future that produces an item with an associated ordering.
A stream that produces items that are ordered according to some token.
Helpers for chaining OrderedStreams.

Functions

Join two streams while preserving the overall ordering of elements.