Commit da432bdc authored by James Sedgwick's avatar James Sedgwick Committed by woo

move FiberIOExecutor to wangle/concurrent

Summary: Need to cut this dep on wangle out of folly as we're moving wangle to its own repo

Test Plan: chimera unit

Reviewed By: rushix@fb.com

Subscribers: trunkagent, fugalh, folly-diffs@, jsedgwick, yfeldblum, chalfant

FB internal diff: D2092122

Signature: t1:2092122:1432239179:9261c1b3a3a346b886b15899d25a4d0530d4e890
parent c947d451
......@@ -83,7 +83,6 @@ nobase_follyinclude_HEADERS = \
experimental/fibers/ExecutionObserver.h \
experimental/fibers/Fiber.h \
experimental/fibers/Fiber-inl.h \
experimental/fibers/FiberIOExecutor.h \
experimental/fibers/FiberManager.h \
experimental/fibers/FiberManager-inl.h \
experimental/fibers/FiberManagerMap.h \
......@@ -291,6 +290,7 @@ nobase_follyinclude_HEADERS = \
wangle/concurrent/BlockingQueue.h \
wangle/concurrent/Codel.h \
wangle/concurrent/CPUThreadPoolExecutor.h \
wangle/concurrent/FiberIOExecutor.h \
wangle/concurrent/FutureExecutor.h \
wangle/concurrent/IOExecutor.h \
wangle/concurrent/IOThreadPoolExecutor.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment