gabelung
Branch an asynchronous stream of cloneable items into two halfs that yield the items in lockstep.
As long as both branches are alive, one can never outpace the other by more than a fixed number of items.
This library is runtime agnostic. Nonetheless it is tested on both async_std
and tokio.
Example
use ;
use Branch;
let = new;
assert_eq!;
assert_eq!;
License
MIT