Future<Unit> wangle fixup
[folly.git] / folly / wangle / concurrent / IOThreadPoolExecutor.h
index 00aaa4779c6bc28f1ec535a6e90902a6a54b4283..b298ccae9000814f152f1b830f0718ae3cacc5db 100644 (file)
@@ -44,6 +44,8 @@ class IOThreadPoolExecutor : public ThreadPoolExecutor, public IOExecutor {
 
   static EventBase* getEventBase(ThreadPoolExecutor::ThreadHandle*);
 
+  EventBaseManager* getEventBaseManager();
+
  private:
   struct FOLLY_ALIGN_TO_AVOID_FALSE_SHARING IOThread : public Thread {
     IOThread(IOThreadPoolExecutor* pool)