proxygen
|
#include <folly/Likely.h>
#include <folly/detail/Futex.h>
#include <folly/detail/MemoryIdler.h>
#include <folly/portability/Asm.h>
#include <folly/synchronization/WaitOptions.h>
#include <folly/synchronization/detail/Spin.h>
#include <glog/logging.h>
#include <atomic>
Go to the source code of this file.
Classes | |
class | folly::SaturatingSemaphore< MayBlock, Atom > |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |