Split SemiFuture and Future into separate types. Add BasicFuture shared between them.
[folly.git] / folly / futures / Promise.h
2017-10-30 Lee HowesSplit SemiFuture and Future into separate types. Add...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-05 Lee HowesAdd SemiFuture class.
2017-07-20 Yedidya FeldblumMove futures helper types into folly::futures::detail
2017-07-05 Yedidya FeldblumPromise<T>::makeEmpty() and Future<T>::makeEmpty()
2017-06-01 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-10 Anton LunovRevert D4982969: [Folly] Destroy promise/future callbac...
2017-05-09 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-06 Yedidya FeldblumMark future-core get-state members as const noexcept
2017-01-04 Yedidya Feldblum2017
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-08-03 Orvid KingAdd MSVC support to futures/Deprecated.h
2015-07-29 Orvid KingMove various attributes before the declaration to be...
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-17 James Sedgwickvarious perf improvements
2015-05-28 Hans FugalPromise::isFulfilled()
2015-05-20 James SedgwickSharedPromise
2015-04-29 Hans FugalPromise::setValue() for Unit
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-03-25 Hannes Roth(Wangle) Clean up move constructors
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hannes RothRevert: (Wangle) Clean up move constructors
2015-03-03 Hannes Roth(Wangle) Clean up move constructors
2015-02-02 James Sedgwickfix deprecated Promise::setException()
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures