note on Stream::merge ordering (#491)

* note on Stream::merge ordering

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

* Update src/stream/stream/mod.rs
pull/493/head
Yoshua Wuyts 5 years ago committed by Stjepan Glavina
parent 9e185f1c3e
commit ac1042a9ca

@ -1655,8 +1655,8 @@ extension_trait! {
#[doc = r#"
Combines multiple streams into a single stream of all their outputs.
Items are yielded as soon as they're received, and the stream continues yield until both
streams have been exhausted.
Items are yielded as soon as they're received, and the stream continues yield until
both streams have been exhausted. The output ordering between streams is not guaranteed.
# Examples

Loading…
Cancel
Save