proxygen
folly::ThreadPoolExecutor::TaskStatsCallbackRegistry Struct Reference

#include <ThreadPoolExecutor.h>

Public Attributes

folly::ThreadLocal< bool > inCallback
 
folly::Synchronized< std::vector< TaskStatsCallback > > callbackList
 

Detailed Description

Definition at line 295 of file ThreadPoolExecutor.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: