Crate atm_async_utils [] [src]

Utilities for working with futures::Sink and futures::Stream.

Modules

test_channel

An in-memory channel for testing purposes. Allows sending items and errors to a receiver.

Structs

SendClose

Future which sends a value down a sink and then closes it.