Expand description
Utility functions for async reactive programming.
This crate is intentionally very small as it only provides utilities that
are not already found in futures-util
. It is meant as a supplement, not a
replacement for the existing well-known futures crates.
Structs§
- Batch
With - Stream adapter produced by
StreamExt::batch_with
. - Dedup
- Stream adapter produced by
StreamExt::dedup
. - Dedup
ByKey - Stream adapter produced by
StreamExt::dedup_by_key
. - Switch
- Stream adapter produced by
StreamExt::switch
.