pub trait ParallelRunnable: Runnable + Send + Sync { }
A Runnable which is also Send and Sync.
Runnable
Send
Sync