A multi-producer multi-consumer hash queue.
Multi-producer multi-consumer LRU Cache.
A concurrent hash table based memory allocator.
Multi-buffered system with multiple queues, and multiple producers, consumers. Each producer can produce to it's own queue, while consumers can consume from any queue.
2 concurrent threads, with each printing either leap or non-leap.