Module mogwai::channel[][src]

Expand description

Async mpmc and broadcast channels, plus extensions.

Modules

Async broadcast channel

mpmcDeprecated

Async multi-producer multi-consumer channel, where each message can be received by only one of all existing consumers.

A multi-producer, single-consumer queue for sending values across asynchronous tasks.

A channel for sending a single message between asynchronous tasks.

Structs

A captured future, which can be used to store the result of