AtomicMPMCQueue

public final class AtomicMPMCQueue<Element> : AtomicQueueProtocol

A bounded FIFO queue that is safe to share among multiple producers and consumers.

This is an implementation of bounded MPMC queue from 1024cores.net.