Crate futures_join_stream[][src]

Expand description

This crate has been renamed to ordered-stream

Structs

A stream for the filter function.

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.

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.

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 OrderedStreams.

Functions

Join two streams while preserving the overall ordering of elements.