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

pub fn spawn_process_using_id_with<M>(
    cancellation: ProcessCancellation,
    pid: Rc<ProcessId>,
    comp: M
) -> SpawnUsingId<M> where
    M: Process<Item = ()> + 'static, 
Expand description

Spawn the child process specifying how the child and parent processes should be cancelled in case of need.