Function futures_mpmc::array::array

source ·
pub fn array<T>(capacity: usize) -> (Sender<T>, Receiver<T>)