Crate ordered_streams
source ·Expand description
Structs
A stream for the
filter_map
function.An
OrderedStream
wrapper around an OrderedFuture
.An
OrderedStream
wrapper around a Stream
.An
OrderedStream
wrapper around a Stream
.An
OrderedStream
wrapper around a Stream
.A
Stream
for the into_ordering
function.A
Stream
for the into_stream
function.A
Stream
for the into_tuple_stream
function.Join a collection of
OrderedStream
s.Join a collection of pinned
OrderedStream
s.A stream for the
map_ordering
function.A future for the
next_before
function.Enums
A value that is either borrowed or owned.
The result of a
OrderedStream::poll_next_before
operation.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
OrderedStream
s.Functions
Join two streams while preserving the overall ordering of elements.