Treelite
|
Lock-free single-producer-single-consumer queue. More...
#include <dmlc/logging.h>
#include <atomic>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | SpscQueue< T > |
Lock-free single-producer-single-consumer queue for each thread. More... | |
Variables | |
const constexpr int | kL1CacheBytes = 64 |
Lock-free single-producer-single-consumer queue.
Copyright (c) 2018-2020 by Contributors
Definition in file spsc_queue.h.