Expand description
§Abandoned fork of ordered-stream
Use ordered-stream
.
Structs§
- Filter
- A stream for the
filter
function. - Filter
Map - A stream for the
filter_map
function. - From
Future - An
OrderedStream
wrapper around anOrderedFuture
. - From
Sorted Stream - An
OrderedStream
wrapper around aStream
. - From
Stream - An
OrderedStream
wrapper around aStream
. - From
Stream Direct - An
OrderedStream
wrapper around aStream
. - Into
Ordering - A
Stream
for theinto_ordering
function. - Into
Stream - A
Stream
for theinto_stream
function. - Into
Tuple Stream - A
Stream
for theinto_tuple_stream
function. - Join
- A stream for the
join
function. - Join
Multiple - Join a collection of
OrderedStream
s. - Join
Multiple Pin - Join a collection of pinned
OrderedStream
s. - Map
- A stream for the
map
function. - MapItem
- A stream for the
map_item
function. - MapOrdering
- A stream for the
map_ordering
function. - Next
- A future for the
next
function. - Next
Before - A future for the
next_before
function. - Peekable
- A stream for the
peekable
function. - Then
- A stream for the
then
function.
Enums§
- Maybe
Borrowed - A value that is either borrowed or owned.
- Poll
Result - The result of a
OrderedStream::poll_next_before
operation.
Traits§
- Fused
Ordered Stream - An
OrderedStream
that tracks if the underlying stream should be polled. - Ordered
Future - A
Future
that produces an item with an associated ordering. - Ordered
Stream - A stream that produces items that are ordered according to some token.
- Ordered
Stream Ext - Helpers for chaining
OrderedStream
s.
Functions§
- join
- Join two streams while preserving the overall ordering of elements.