Skip to main content

and_connect_unbounded

Function and_connect_unbounded 

Source
pub fn and_connect_unbounded<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_unbounded method adds an additional instruction set and sender to the machine. The communication channel is unbound.