Add makeSemiFuture declarations to helpers.h
[folly.git] / folly / futures / helpers.h
2017-11-09 Yedidya FeldblumAdd makeSemiFuture declarations to helpers.h
2017-10-19 Walker MillsAdd window overload that takes an executor to prevent...
2017-10-15 Marc CelaniMove retrying method to separate header in folly/futures
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-20 Yedidya FeldblumMove futures helper types into folly::futures::detail
2017-06-04 Christopher DykesResolve the circular dependency between folly/futures...
2017-05-31 Sven OverFuture: some fixes re: handling of universal references
2017-04-01 Mainak Mandalfix memory leak in case of large number of retries
2017-01-04 Yedidya Feldblum2017
2016-08-26 Yunqiao ZhangcollectOne
2016-05-04 Yedidya FeldblumLet via take a functor by universal reference
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-02 Sven Overfolly: specialise makeFutureWith for functions returnin...
2015-08-03 Orvid KingAdd MSVC support to futures/Deprecated.h
2015-07-31 Yedidya Feldblumfutures::retrying.
2015-07-29 Orvid KingMove various attributes before the declaration to be...
2015-07-01 Hans FugalFuture<Unit> global fixup
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-11 Hans Fugalfolly::via(Executor*, Func)
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-05-20 Hannes Roth(Wangle) unorderedReduce
2015-05-20 Hannes Roth(Wangle) chain -> thenMulti + thenMultiWithExecutor
2015-05-20 Hannes Roth(Wangle) window
2015-05-20 James Sedgwickvia with priority
2015-05-12 Hannes Roth(Wangle) Fix Executor problem
2015-05-12 Hannes Roth(Wangle) Simplify reduce, use the same implementation...
2015-05-12 James Sedgwickfix return type for map
2015-04-29 Hans FugalMove this `reduce` to `helpers.h`
2015-04-27 Hans Fugalrearrange Future.h