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
Object Safety§
This trait is not object safe.