pub trait ThreadSafeSenderAndReceiver<P>: SenderAndReceiver<P> + Send + Sync
where P: PoolItem,
{ }
Expand description

This trait is useful when multiple levels are thread pools are used and each thread pool needs to be send and sync in order to be sent through the levels

Object Safety§

This trait is not object safe.

Implementors§