[][src]Function rustasim::start

pub fn start<T: 'static + Ord + Copy + Debug + Send + Zero, R: 'static + Send + Copy>(
    num_cpus: usize,
    actors: Vec<Box<dyn Advancer<T, R> + Send>>
) -> Vec<R>

Starts the actors on num_cpus workers

This function takes care of all the necessary building of the workers and connecting to launch them