Move fibers out of experimental
authorAndrii Grynenko <andrii@fb.com>
Thu, 19 May 2016 05:57:40 +0000 (22:57 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Thu, 19 May 2016 06:08:58 +0000 (23:08 -0700)
commit2622d2f39e85027b0b8baef693510ef4222818a1
treecc705ec09a6ed821519a8d6962da85f90949e9ac
parent6698301ad7165dd89f36a5c3f5432104539be08d
Move fibers out of experimental

Summary: folly::fibers have been used by mcrouter for more than 2 years, so not really experimental.

Reviewed By: pavlo-fb

Differential Revision: D3320595

fbshipit-source-id: 68188f92b71a4206d57222993848521ca5437ef5
78 files changed:
folly/Makefile.am
folly/experimental/fibers/AddTasks-inl.h [deleted file]
folly/experimental/fibers/AddTasks.h [deleted file]
folly/experimental/fibers/Baton-inl.h [deleted file]
folly/experimental/fibers/Baton.cpp [deleted file]
folly/experimental/fibers/Baton.h [deleted file]
folly/experimental/fibers/BoostContextCompatibility.h [deleted file]
folly/experimental/fibers/EventBaseLoopController-inl.h [deleted file]
folly/experimental/fibers/EventBaseLoopController.h [deleted file]
folly/experimental/fibers/Fiber-inl.h [deleted file]
folly/experimental/fibers/Fiber.cpp [deleted file]
folly/experimental/fibers/Fiber.h [deleted file]
folly/experimental/fibers/FiberManager-inl.h [deleted file]
folly/experimental/fibers/FiberManager.cpp [deleted file]
folly/experimental/fibers/FiberManager.h [deleted file]
folly/experimental/fibers/FiberManagerMap.cpp [deleted file]
folly/experimental/fibers/FiberManagerMap.h [deleted file]
folly/experimental/fibers/ForEach-inl.h [deleted file]
folly/experimental/fibers/ForEach.h [deleted file]
folly/experimental/fibers/GenericBaton.h [deleted file]
folly/experimental/fibers/GuardPageAllocator.cpp [deleted file]
folly/experimental/fibers/GuardPageAllocator.h [deleted file]
folly/experimental/fibers/LoopController.h [deleted file]
folly/experimental/fibers/Promise-inl.h [deleted file]
folly/experimental/fibers/Promise.h [deleted file]
folly/experimental/fibers/README.md [deleted file]
folly/experimental/fibers/SimpleLoopController.h [deleted file]
folly/experimental/fibers/TimedMutex-inl.h [deleted file]
folly/experimental/fibers/TimedMutex.h [deleted file]
folly/experimental/fibers/TimeoutController.cpp [deleted file]
folly/experimental/fibers/TimeoutController.h [deleted file]
folly/experimental/fibers/WhenN-inl.h [deleted file]
folly/experimental/fibers/WhenN.h [deleted file]
folly/experimental/fibers/scripts/utils.gdb [deleted file]
folly/experimental/fibers/test/FibersTest.cpp [deleted file]
folly/experimental/fibers/test/FibersTestApp.cpp [deleted file]
folly/experimental/fibers/test/StackOverflow.cpp [deleted file]
folly/experimental/fibers/test/main.cpp [deleted file]
folly/experimental/fibers/traits.h [deleted file]
folly/fibers/AddTasks-inl.h [new file with mode: 0644]
folly/fibers/AddTasks.h [new file with mode: 0644]
folly/fibers/Baton-inl.h [new file with mode: 0644]
folly/fibers/Baton.cpp [new file with mode: 0644]
folly/fibers/Baton.h [new file with mode: 0644]
folly/fibers/BoostContextCompatibility.h [new file with mode: 0644]
folly/fibers/EventBaseLoopController-inl.h [new file with mode: 0644]
folly/fibers/EventBaseLoopController.h [new file with mode: 0644]
folly/fibers/Fiber-inl.h [new file with mode: 0644]
folly/fibers/Fiber.cpp [new file with mode: 0644]
folly/fibers/Fiber.h [new file with mode: 0644]
folly/fibers/FiberManager-inl.h [new file with mode: 0644]
folly/fibers/FiberManager.cpp [new file with mode: 0644]
folly/fibers/FiberManager.h [new file with mode: 0644]
folly/fibers/FiberManagerMap.cpp [new file with mode: 0644]
folly/fibers/FiberManagerMap.h [new file with mode: 0644]
folly/fibers/ForEach-inl.h [new file with mode: 0644]
folly/fibers/ForEach.h [new file with mode: 0644]
folly/fibers/GenericBaton.h [new file with mode: 0644]
folly/fibers/GuardPageAllocator.cpp [new file with mode: 0644]
folly/fibers/GuardPageAllocator.h [new file with mode: 0644]
folly/fibers/LoopController.h [new file with mode: 0644]
folly/fibers/Promise-inl.h [new file with mode: 0644]
folly/fibers/Promise.h [new file with mode: 0644]
folly/fibers/README.md [new file with mode: 0644]
folly/fibers/SimpleLoopController.h [new file with mode: 0644]
folly/fibers/TimedMutex-inl.h [new file with mode: 0644]
folly/fibers/TimedMutex.h [new file with mode: 0644]
folly/fibers/TimeoutController.cpp [new file with mode: 0644]
folly/fibers/TimeoutController.h [new file with mode: 0644]
folly/fibers/WhenN-inl.h [new file with mode: 0644]
folly/fibers/WhenN.h [new file with mode: 0644]
folly/fibers/scripts/utils.gdb [new file with mode: 0644]
folly/fibers/test/FibersTest.cpp [new file with mode: 0644]
folly/fibers/test/FibersTestApp.cpp [new file with mode: 0644]
folly/fibers/test/StackOverflow.cpp [new file with mode: 0644]
folly/fibers/test/main.cpp [new file with mode: 0644]
folly/fibers/traits.h [new file with mode: 0644]
folly/futures/Future-inl.h