Skip to content

Commit ac1042a

Browse files
yoshuawuytsStjepan Glavina
authored and
Stjepan Glavina
committed
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
1 parent 9e185f1 commit ac1042a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stream/stream/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,8 +1655,8 @@ extension_trait! {
16551655
#[doc = r#"
16561656
Combines multiple streams into a single stream of all their outputs.
16571657
1658-
Items are yielded as soon as they're received, and the stream continues yield until both
1659-
streams have been exhausted.
1658+
Items are yielded as soon as they're received, and the stream continues yield until
1659+
both streams have been exhausted. The output ordering between streams is not guaranteed.
16601660
16611661
# Examples
16621662

0 commit comments

Comments
 (0)