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 e6d44f6 commit 2b60e24Copy full SHA for 2b60e24
swimos_utilities/swimos_multi_reader/src/lib.rs
@@ -12,6 +12,13 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+//! # Stream Aggregator
16
+//!
17
+//! Provides an aggregator that combines a collection of [futures::Stream]s of the same type
18
+//! into a single [futures::Stream].
19
20
+//! Additional streams can be added after initial construction.
21
+
22
mod reader;
23
24
pub use reader::MultiReader;
0 commit comments