proxygen
GlobalExecutor.h File Reference
#include <memory>
#include <folly/Executor.h>
#include <folly/executors/IOExecutor.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 ()