Make consistent set of get and getTry methods on SemiFuture.
[folly.git] / folly / futures / Future-inl.h
2015-05-12 Hans FugalDo not construct a Future<T> from a Future<Something...
2015-05-12 Hans FugalFuture<Unit>::Future()
2015-04-27 James SedgwickmakeFutureTry -> makeFutureWith
2015-04-27 Hans FugalCleanup Future(Value) ctor
2015-04-27 Dave Watsonfuture / fiber integration
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 James Sedgwickfix collect() for move-only types
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types, for...
2015-04-27 James Sedgwickmap()
2015-04-27 James Sedgwickrevert D1985475, clang still borked
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types
2015-04-27 James Sedgwickfix build
2015-04-27 James Sedgwickcollect()
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 James SedgwickonError(exception_wrapper)
2015-04-02 Hans FugalFuture::filter(A => bool)
2015-04-02 Hannes Roth(Wangle) Reduce
2015-03-25 Hannes Roth(Wangle) Clean up move constructors
2015-03-18 Jeroen Vaelenextend future api with Future<T>::poll
2015-03-03 Dor GrossCreating a flatten() method to get the inner Future...
2015-03-03 Monica LeeAdd willEqual to C++ Futures Code
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hans FugalFuture::ensure
2015-03-03 Hans Fugal(folly/futures) Fix get() bug
2015-03-03 Hans Fugal(futures) Make executors sticky
2015-03-03 Hannes RothRevert: (Wangle) Clean up move constructors
2015-03-03 Hannes Roth(Wangle) Clean up move constructors
2015-03-03 Hannes Roth(Wangle) Have Core own an FSM instead of inheriting
2015-03-03 Hannes Roth(Wangle) Catch all exceptions in `then() -> Future`
2015-02-11 Hans Fugalswitch order of method/object in Future::then to match...
2015-02-11 Hans Fugalfutures::chain
2015-02-11 Hans Fugalmake wait() and friends return reference to self instea...
2015-02-11 Hans FugalFuture<T>::onTimeout(Duration, function<T()>, Timekeepe...
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Dave WatsonFuture constructor
2015-02-02 James Sedgwickkill a couple unnecessary rethrows
2015-02-02 James SedgwickAnother stab at waitWithSemaphore -> Future<T>::wait()
2015-02-02 Hannes Roth(Wangle) Then Magic
2015-02-02 Hannes Roth(Wangle) Don't add an extra value() call for makeFuture...
2015-02-02 Dave WatsonRevert "[futures] waitWithSemaphore -> Future<T>::wait()"
2015-02-02 James SedgwickgetVia() and waitVia()
2015-02-02 James SedgwickwaitWithSemaphore -> Future<T>::wait()
2015-02-02 James Sedgwickremove outer Try from whenAll/whenN/whenAny callbacks
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures