Concurrent Queue

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Concurrent Queue

Allows multiple threads to safely add and remove items from the queue at the same time.