Revert D2853921
[folly.git] / folly / experimental / fibers / FiberManager.h
2016-02-05 Andrii GrynenkoRevert D2853921
2016-02-05 Lee HowesAdding addTaskFuture and addTaskRemoteFuture to FiberMa...
2016-01-28 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-01-09 Andrii GrynenkoFix Python FiberTask to properly init/reset Python...
2015-10-30 Jon Maltiel SwensonPeriodically reclaim unnecessary fibers from free pool
2015-08-06 Anton LikhtarovEasy: disable guard pages by default
2015-07-31 Brian WatlingAdd accessor to estimate a FiberManager's run queue...
2015-07-29 Orvid KingSwitch a couple of uses of __thread to FOLLY_TLS
2015-07-20 Brian WatlingAllow access to a FiberManager's currently running...
2015-07-20 Pavlo KushnirAdd an option to disable guard pages for fiber stacks
2015-07-15 Andrii GrynenkoRequestContext support
2015-06-09 Anton LikhtarovAdd a guard page to a limited number of stacks
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-12 Stepan PalamarchukIncrease fibers stack size if we're running with ASAN
2015-04-27 Dave WatsonChange ThreadManager interface to Executor
2015-04-27 Andre PintoInstrument fibers execution
2015-04-10 Andrii GrynenkoRemove FiberManager move-constructor
2015-04-10 Brian WatlingAdd ability to yield execution of the currently running...
2015-04-10 Andrii GrynenkoAdd FiberManager local type
2015-04-10 Pavlo KushnirOption to record precise stack on every N fiber
2015-04-10 Andrii GrynenkoUse Fiber locals for TAO Fiber-locals
2015-04-10 Andrii GrynenkoFiber-local context
2015-04-02 Rushi DesaiMove mcrouter/lib/fibers to folly/experimental/fibers