Trait legion::systems::ParallelRunnable[][src]

pub trait ParallelRunnable: Runnable + Send + Sync { }
Expand description

A Runnable which is also Send and Sync.

Trait Implementations

Formats the value using the given formatter. Read more

Implementors