1 unstable release
Uses old Rust 2015
0.0.1 | Nov 11, 2014 |
---|
#12 in #fastest
2KB
Intertwine
Intertwine an Iterator of Iterators, yielding from whichever returns fastest.
This can be used to, for instance, combine many IncomingConnections
iterators
into a single Iterator
of connections.
lib.rs
:
Intertwine an Iterator of Iterators.