pub trait ThreadSafeSenderAndReceiver<P>: SenderAndReceiver<P> + Send + Syncwhere
    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

Implementors§