Function new_channel

Source
pub fn new_channel<T: Send>() -> Channel<T>
Expand description

Creates a new message channel with a fixed buffer size.