proxygen
|
Public Member Functions | |
template<typename F > | |
RemoteTask (F &&f) | |
template<typename F > | |
RemoteTask (F &&f, const Fiber::LocalData &localData_) | |
Public Attributes | |
folly::Function< void()> | func |
std::unique_ptr< Fiber::LocalData > | localData |
std::shared_ptr< RequestContext > | rcontext |
AtomicIntrusiveLinkedListHook< RemoteTask > | nextRemoteTask |
Definition at line 352 of file FiberManagerInternal.h.
|
inlineexplicit |
Definition at line 354 of file FiberManagerInternal.h.
|
inline |
Definition at line 357 of file FiberManagerInternal.h.
folly::Function<void()> folly::fibers::FiberManager::RemoteTask::func |
Definition at line 361 of file FiberManagerInternal.h.
Referenced by folly::fibers::FiberManager::loopUntilNoReadyImpl().
std::unique_ptr<Fiber::LocalData> folly::fibers::FiberManager::RemoteTask::localData |
Definition at line 362 of file FiberManagerInternal.h.
Referenced by folly::fibers::FiberManager::loopUntilNoReadyImpl().
AtomicIntrusiveLinkedListHook<RemoteTask> folly::fibers::FiberManager::RemoteTask::nextRemoteTask |
Definition at line 364 of file FiberManagerInternal.h.
std::shared_ptr<RequestContext> folly::fibers::FiberManager::RemoteTask::rcontext |
Definition at line 363 of file FiberManagerInternal.h.
Referenced by folly::fibers::FiberManager::loopUntilNoReadyImpl().