pub type SynchronizedQueue<B> = Queue<B, SynchronizedNotifier>;
Queue with SynchronizedNotifier
Queue
SynchronizedNotifier