|
proxygen
|
#include <memory>#include <thread>#include <folly/Function.h>#include <folly/SharedMutex.h>#include <folly/Singleton.h>#include <folly/executors/IOExecutor.h>#include <folly/executors/IOThreadPoolExecutor.h>#include <folly/executors/InlineExecutor.h>Go to the source code of this file.
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Functions | |
| std::shared_ptr< Executor > | folly::getCPUExecutor () |
| void | folly::setCPUExecutor (std::weak_ptr< Executor > executor) |
| std::shared_ptr< IOExecutor > | folly::getIOExecutor () |
| void | folly::setIOExecutor (std::weak_ptr< IOExecutor > executor) |
| EventBase * | folly::getEventBase () |