server-skynet-source-3rd-je.../include
David Goldblatt de033f56c0 mpsc_queue: Add module.
This is a simple multi-producer, single-consumer queue.  The intended use case
is in the HPA, as we begin supporting hpdatas that move between hpa_shards.  We
take just a single CAS as the cost to send a message (or a batch of messages) in
the low-contention case, and lock-freedom lets us avoid some lock-ordering
issues.
2021-06-24 14:55:49 -07:00
..
jemalloc mpsc_queue: Add module. 2021-06-24 14:55:49 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00