Adding addTaskFuture and addTaskRemoteFuture to FiberManager.
[folly.git] / folly / experimental / fibers / FiberManager-inl.h
2016-02-05 Lee HowesAdding addTaskFuture and addTaskRemoteFuture to FiberMa...
2015-12-17 Andrii GrynenkoFix EventBaseLoopController destruction races
2015-10-30 Jon Maltiel SwensonPeriodically reclaim unnecessary fibers from free pool
2015-10-13 Hans Fugal(folly) have Try::moveFromTry take an lvalue
2015-07-20 Pavlo KushnirAdd an option to disable guard pages for fiber stacks
2015-07-15 Andrii GrynenkoRequestContext support
2015-06-12 Hans Fugalapple-gate ThreadLocal in fibers code
2015-06-11 Hans FugalReplace thread_local with FOLLY_TLS
2015-05-20 Brian WatlingAdd 'runnable' callback to ExecutionObserver
2015-05-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-12 Stepan PalamarchukIncrease fibers stack size if we're running with ASAN
2015-04-27 Andre PintoInstrument fibers execution
2015-04-27 Andrii GrynenkoMake sure we can't access LocalData when destroying it
2015-04-27 Brian WatlingEnsure the loop callback is scheduled when the ready...
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