Function uexec::spawn_workers[][src]

pub fn spawn_workers(threads: u8)

Spawn new worker threads

New futures spawned using spawn may be executed on several of the spawned workers

Examples

uexec::spawn_workers(4);