Crate haalka_futures_util_ext
Source pub use stream_ext_ext::StreamExtExt;pub use futures_util;
- future
- Asynchronous values.
- stream_ext_ext
- Future
- A future represents an asynchronous computation, commonly obtained by use of
async. - FutureExt
- An extension trait for
Futures that provides a variety of convenient
adapters. - Sink
- A
Sink is a value into which other values can be sent, asynchronously. - SinkExt
- An extension trait for
Sinks that provides a variety of convenient
combinator functions. - Stream
- A stream of values produced asynchronously.
- StreamExt
- An extension trait for
Streams that provides a variety of convenient
combinator functions.