connect_unbounded

Function connect_unbounded 

Source
pub fn connect_unbounded<T, P>(
    machine: T,
) -> (Arc<Mutex<T>>, Sender<<<P as MachineImpl>::Adapter as MachineBuilder>::InstructionSet>)
where T: 'static + Machine<P> + Machine<<<P as MachineImpl>::Adapter as MachineBuilder>::InstructionSet>, P: MachineImpl, <P as MachineImpl>::Adapter: MachineBuilder,
Expand description

The connect_unbounded method creates a machine with an unbounded queue. It can result in a panic if system resources become exhausted.