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 c7f6543 commit c644a7fCopy full SHA for c644a7f
src/stream/stream/mod.rs
@@ -1186,6 +1186,7 @@ extension_trait! {
1186
}
1187
1188
#[doc = r#"
1189
+<<<<<<< HEAD
1190
Combines multiple streams into a single stream of all their outputs.
1191
1192
Items are yielded as soon as they're received, and the stream continues yield until both
@@ -1231,6 +1232,7 @@ extension_trait! {
1231
1232
#
1233
use async_std::prelude::*;
1234
use std::collections::VecDeque;
1235
+
1236
use std::cmp::Ordering;
1237
let s1 = VecDeque::from(vec![1]);
1238
let s2 = VecDeque::from(vec![1, 2]);
0 commit comments