proxygen
|
#include <ThreadPoolExecutor.h>
Public Attributes | |
folly::ThreadLocal< bool > | inCallback |
folly::Synchronized< std::vector< TaskStatsCallback > > | callbackList |
Definition at line 295 of file ThreadPoolExecutor.h.
folly::Synchronized<std::vector<TaskStatsCallback> > folly::ThreadPoolExecutor::TaskStatsCallbackRegistry::callbackList |
Definition at line 297 of file ThreadPoolExecutor.h.
folly::ThreadLocal<bool> folly::ThreadPoolExecutor::TaskStatsCallbackRegistry::inCallback |
Definition at line 296 of file ThreadPoolExecutor.h.