Expand description
Utilities for working with many streams
Re-exports§
pub use ruchei_callback as callback;unstablepub use ruchei_extend as extend;extendpub use ruchei_extra as with_extra;extrapub use ruchei_itertools as itertools;itertools
Modules§
- compress
unstable - concurrent
std - Await futures concurrently.
- connection_
item - deal
connectionandextend Sinks with round-robin distribution inspired by ZeroMQ’sDEALERsockets.- echo
- group_
sequential unstable - liveness
unstableandstd - merge
- multicast
connectionandextend - Convert a
StreamofStream+Sinks into singleStream+Sink. - poll_
on_ wake - Prevent polling until the wake up.
- route
connection - use_
latest Stream+Sinkfrom aStreamofStream+Sinks switching to a new one as soon as it becomes available.- with_
reply