and_connect

Function and_connect 

Source
pub fn and_connect<T, P>(
    machine: &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 and_connect method adds an additional instruction set and communication channel to the machine. The communicate channel ib bound to a default size.