pub trait ParallelRunnable: Runnable + Send + Sync { }
A Runnable which is also Send and Sync.
Runnable
Send
Sync
Formats the value using the given formatter. Read more