via and activate/deactivate chaining
[folly.git] / folly / wangle / Future.h
2014-12-11 Hans Fugalvia and activate/deactivate chaining
2014-12-11 Hans FugalRemove Later
2014-12-11 Hans FugalReplace Later in tcc
2014-11-19 James Sedgwicktop-level via()
2014-11-08 James SedgwickFuture<T>::then([](T&&)), aka next()
2014-10-29 Hans Fugalunrevert "(wangle) express current Core functionality...
2014-10-29 Hans FugalRevert "(wangle) express current Core functionality...
2014-10-29 Hans Fugal(wangle) Fix a couple compilation issues
2014-10-29 Hans Fugal(wangle) Interrupts (and therefore, cancellation)
2014-10-17 Hans Fugal(wangle) s/State/Core/
2014-09-30 Hans Fugal(Wangle) Make via behave more like gate
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-09 Nicholas OrmrodFix #includes
2014-07-07 Hans Fugal(wangle) cold via
2014-07-07 Hans Fugal(wangle) Future/Promise detachment
2014-07-07 Hans Fugal(wangle) s/FutureObject/detail::State/
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-27 Hans Fugal(wangle) Return a Later from Future::via
2014-06-27 Hans Fugal(wangle) noexcept move constructor
2014-06-27 Hans Fugal(wangle) s/continuation/callback
2014-06-27 Hans Fugalnuke executeWith
2014-06-09 Matt DordalTimed wait for futures
2014-06-09 Matt Dordaladd support for whenAll to waitWithSemaphore
2014-05-20 Matt Dordalfix waitWithSemaphore return type
2014-05-20 Matt Dordaladd waitWithSemaphore to folly::wangle
2014-05-20 James SedgwickmakeFuture(Try<T>&&)
2014-04-18 Elizabeth SmithAdd missing includes for msvc
2014-04-04 Hans Fugal(wangle) Use an atomic_flag to make FutureObject threadsafe
2014-03-10 Hannes Roth(Wangle) Support .then(function pointer) syntax
2014-03-10 Hannes Roth(Wangle) Actually support the universal reference used...
2014-03-10 Hannes Roth(Wangle) whenAll should take rvalue references instead...
2014-02-28 Hans Fugal(wangle) comment cleanup
2014-02-28 Hans Fugals/valueTry/getTry/
2014-02-28 Hans Fugal(wangle) remove Future::wait
2014-02-28 Dave WatsonMove wangle to folly