Module future_utils::mpsc [] [src]

channels in the futures-rs crate cannot error, yet they return () for their error type for some stupid reason. This is a wrapper around futures-rs unbounded channels which removes the error.

Structs

UnboundedReceiver
UnboundedSender

Functions

unbounded