[−][src]Macro shred::par
The par!
macro may be used to easily create a structure
which runs things in parallel.
Examples
#[macro_use(par)] extern crate shred; par![ SysA, SysB, SysC, ]
The par!
macro may be used to easily create a structure
which runs things in parallel.
#[macro_use(par)] extern crate shred; par![ SysA, SysB, SysC, ]