Module mogwai::futures[][src]

Expand description

Futures, streams, sinks.

Re-exports of the futures crate, along with extensions and helper types.

Modules

Asynchronous sinks.

Asynchronous streams.

Structs

Type for supporting contravariant filter-mapped sinks.

Type for supporting contravariant mapped sinks.

A simple wrapper around an async Sender to help implement Sink.

Enums

Errors returned when using Sink operations.

Traits

Contravariant functor extensions for types that implement Sink.

An extension trait that adds the ability for async_channel::Sender and async_broadcast::Sender to ergonomically create Sinks.

A Sink is a value into which other values can be sent, asynchronously.

An extension trait for Sinks that provides a variety of convenient combinator functions.

A stream of values produced asynchronously.

An extension trait for Streams that provides a variety of convenient combinator functions.