Crate haalka_futures_util_ext

Source

Re-exports§

pub use stream_ext_ext::StreamExtExt;
pub use futures_util;

Modules§

future
Asynchronous values.
stream_ext_ext

Traits§

Future
A future represents an asynchronous computation 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.