Expand description

Provides Multi-Producer-Multi-Consumer Queues

Reference

Modules

This contains the Collection of bounded-MPMC-Queues proposed in the Paper, however you should basically always use scq over ncq as it scales better and in general is the intended implementation.

This contains the unbounded Version of the MPMC Queue proposed in the Paper