We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e185f1 commit ac1042aCopy full SHA for ac1042a
src/stream/stream/mod.rs
@@ -1655,8 +1655,8 @@ extension_trait! {
1655
#[doc = r#"
1656
Combines multiple streams into a single stream of all their outputs.
1657
1658
- Items are yielded as soon as they're received, and the stream continues yield until both
1659
- 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.
1660
1661
# Examples
1662
0 commit comments