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 obtained by use of
async
. - FutureExt
- An extension trait for
Future
s 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
Sink
s that provides a variety of convenient
combinator functions. - Stream
- A stream of values produced asynchronously.
- StreamExt
- An extension trait for
Stream
s that provides a variety of convenient
combinator functions.