pub fn connect_with_capacity<T, P>(
machine: T,
capacity: usize,
) -> (Arc<Mutex<T>>, Sender<<<P as MachineImpl>::Adapter as MachineBuilder>::InstructionSet>)Expand description
The connect_with_capacity method creates a machine with a bounded queue of the specified size.