merge-streams
Merge multiple streams into one.
Based on Yoshua Wuyts's futures-concurrency
crate and the corresponding Futures Concurrency III
post.
Example
Merge multiple streams to handle values as soon as they're ready, without ever dropping a single value:
use MergeStreams;
use block_on;
use ;
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.