Function dvcompute::simulation::process::transfer_process[][src]

pub fn transfer_process<T, M>(comp: M) -> Transfer<T, M> where
    M: Process<Item = ()>, 
Expand description

Like the GoTo statement it transfers the direction of computation.