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§
- Stream adapter produced by
StreamExt::batch_with
. - Stream adapter produced by
StreamExt::dedup
. - Stream adapter produced by
StreamExt::dedup_by_key
. - Stream adapter produced by
StreamExt::switch
.
Traits§
- Extensions to the
Stream
trait.