Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MPSC ¶
type MPSC[T any] struct { // contains filtered or unexported fields }
A MPSC is a bounded multi-producer single-consumer concurrent queue.
MPSC instances must be created with NewMPSC function. A MPSC must not be copied after first use.
Based on the data structure from the following C++ library: https://github.com/rigtorp/MPMCQueue
Click to show internal directories.
Click to hide internal directories.