Function dvcompute::simulation::process::spawn_process

source ยท
pub fn spawn_process<M>(comp: M) -> Spawn<M>
where M: Process<Item = ()> + 'static,
Expand description

Spawn the child process. In case of cancelling one of the processes, other process will be cancelled too.