proxygen
EventBase.h File Reference
#include <atomic>
#include <cerrno>
#include <cmath>
#include <cstdlib>
#include <functional>
#include <list>
#include <memory>
#include <mutex>
#include <queue>
#include <set>
#include <stack>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <boost/intrusive/list.hpp>
#include <glog/logging.h>
#include <folly/Executor.h>
#include <folly/Function.h>
#include <folly/Portability.h>
#include <folly/ScopeGuard.h>
#include <folly/executors/DrivableExecutor.h>
#include <folly/executors/IOExecutor.h>
#include <folly/executors/ScheduledExecutor.h>
#include <folly/executors/SequencedExecutor.h>
#include <folly/experimental/ExecutionObserver.h>
#include <folly/io/async/AsyncTimeout.h>
#include <folly/io/async/HHWheelTimer.h>
#include <folly/io/async/Request.h>
#include <folly/io/async/TimeoutManager.h>
#include <folly/portability/Event.h>
#include <folly/synchronization/CallOnce.h>

Go to the source code of this file.

Classes

class  folly::NotificationQueue< MessageT >
 
class  folly::detail::EventBaseLocalBaseBase
 
class  folly::EventBaseLocal< T >
 
class  folly::EventBaseObserver
 
class  folly::RequestEventBase
 
class  folly::EventBase
 
class  folly::EventBase::LoopCallback
 
class  folly::EventBase::FunctionLoopCallback
 
class  folly::EventBase::StackFunctionLoopCallback
 
class  folly::EventBase::SmoothLoopTime
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::detail
 

Typedefs

using folly::Cob = Func