Don't require folly::Unit in addTaskFinally
[folly.git] / folly / experimental / fibers / FiberManager-inl.h
2016-04-30 Andrii GrynenkoDon't require folly::Unit in addTaskFinally
2016-04-29 Martin MartinMake addTask[Remote]Future() work for functions returni...
2016-04-29 Martin MartinClang-format in preparation for other change
2016-04-28 Eric Niebleruse std::forward instead of std::move on objects whose...
2016-04-18 Sven Overremove superfluous include directive
2016-04-06 Sven Overfolly::fibers::Fiber: use folly::Function instead of...
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-03-28 Sven Overfolly::fibers: do not move out of lvalue references
2016-03-17 Andrew CoxTell ASAN about fiber stacks
2016-02-20 Andrii GrynenkoSupport nested FiberManagers
2016-02-15 Andrii GrynenkoUnify runInMainContext for void and non-void
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
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