proxygen
|
#include <folly/executors/ThreadPoolExecutor.h>
#include <folly/executors/GlobalThreadPoolList.h>
#include <folly/synchronization/AsymmetricMemoryBarrier.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Typedefs | |
using | folly::SyncVecThreadPoolExecutors = folly::Synchronized< std::vector< ThreadPoolExecutor * >> |
Functions | |
SyncVecThreadPoolExecutors & | folly::getSyncVecThreadPoolExecutors () |
folly::DEFINE_int64 (threadtimeout_ms, 60000,"Idle time before ThreadPoolExecutor threads are joined") | |