remove Cpp2WorkerFactory
[folly.git] / folly / experimental / wangle / concurrent / IOThreadPoolExecutor.h
index 0fde4a2953974f4cb06cba32cd9c77accbba0952..9196ef6d37d3cfb1a2b23741f1cf2a1840169abf 100644 (file)
@@ -41,6 +41,8 @@ class IOThreadPoolExecutor : public ThreadPoolExecutor, public IOExecutor {
 
   EventBase* getEventBase() override;
 
+  std::vector<EventBase*> getEventBases();
+
  private:
   struct FOLLY_ALIGN_TO_AVOID_FALSE_SHARING IOThread : public Thread {
     IOThread(IOThreadPoolExecutor* pool)