proxygen
|
#include <folly/executors/ThreadedExecutor.h>
#include <chrono>
#include <glog/logging.h>
#include <folly/executors/thread_factory/NamedThreadFactory.h>
#include <folly/system/ThreadName.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
template<typename F > | |
static auto | folly::with_unique_lock (std::mutex &m, F &&f) -> decltype(f()) |