Function actix::queue::unsync::unbounded [] [src]

pub fn unbounded<T>() -> UnboundedReceiver<T>

Creates an unbounded in-memory channel with buffered storage.

Identical semantics to channel, except with no limit to buffer size.