Skip to main content

Crate keyed_concurrent_queue

Crate keyed_concurrent_queue 

Source

Structsยง

KeyedQueues
HashMap<K, Arc<ConcurrentQueue<V>>> behind a single RwLock.