[][src]Function dager::node::arc_node

pub fn arc_node<N, I, O>(node: N) -> Arc<Mutex<Aggregator<I, O>>> where
    N: Node<InSig = I, OutSig = O> + Send + 'static,
    I: IntoIoSignature,
    O: IntoIoSignature

Creates and arc wrapped Aggregator. Something that's needed quiet often when connecting nodes by hand.