proxygen
GlobalExecutor.cpp File Reference
#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< Executorfolly::getCPUExecutor ()
 
void folly::setCPUExecutor (std::weak_ptr< Executor > executor)
 
std::shared_ptr< IOExecutorfolly::getIOExecutor ()
 
void folly::setIOExecutor (std::weak_ptr< IOExecutor > executor)
 
EventBasefolly::getEventBase ()