Function dvcompute_branch::simulation::process::spawn_process_with
source · [−]pub fn spawn_process_with<M>(
cancellation: ProcessCancellation,
comp: M
) -> Spawn<M> where
M: Process<Item = ()> + Clone + 'static,
Expand description
Spawn the child process specifying how the child and parent processes should be cancelled in case of need.