pub fn connect_unbounded<T, P>(
machine: T,
) -> (Arc<Mutex<T>>, Sender<<<P as MachineImpl>::Adapter as MachineBuilder>::InstructionSet>)Expand description
The connect_unbounded method creates a machine with an unbounded queue. It can result in a panic if system resources become exhausted.