AtomicUnboundedMPSCQueue

public final class AtomicUnboundedMPSCQueue<T> : AtomicUnboundedQueueProtocol

A FIFO queue that is safe to share among multiple producers and a single consumer.

This is an implementation of non-intrusive MPSC queue from 1024cores.net.