Periodically reclaim unnecessary fibers from free pool
authorJon Maltiel Swenson <jmswen@fb.com>
Fri, 30 Oct 2015 00:16:08 +0000 (17:16 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Fri, 30 Oct 2015 01:20:23 +0000 (18:20 -0700)
commitfe2bf2cdf9062abb56e474cbba2248461f8f5b0d
tree49129693e56c9bba0dc7028bf9a6dc88e26a5ec8
parent304eb8d23f5e6189609907c1606229aa5f96ee1c
Periodically reclaim unnecessary fibers from free pool

Summary: Reclaim unnecessary fibers from the free pool periodically.  Turn this behavior
on in mcrouter/proxy.cpp

Reviewed By: pavlo-fb

Differential Revision: D2584825

fb-gh-sync-id: eabc58eefe6fd38972c9e23ca3cbe79eb8316a3e
folly/experimental/fibers/FiberManager-inl.h
folly/experimental/fibers/FiberManager.cpp
folly/experimental/fibers/FiberManager.h
folly/experimental/fibers/test/FibersTest.cpp