Added futures helpers times, when, and whileDo
authorNoel Sardana <nsardana@fb.com>
Tue, 11 Aug 2015 18:13:29 +0000 (11:13 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Tue, 11 Aug 2015 18:22:05 +0000 (11:22 -0700)
commitb4067a717342d6feb08966a03afd833feb777aeb
tree5c74c13796738b03a1507e8b09cb89b5fc7594ab
parentf0852f333e5574390a8c0498575487b8ed0d3c82
Added futures helpers times, when, and whileDo

Summary: Implemented the given functions by porting similar functionality from the twitter Future utility.

Reviewed By: @​hannesr

Differential Revision: D2303701
folly/futures/Future-inl.h
folly/futures/Future.h
folly/futures/test/TimesTest.cpp [new file with mode: 0644]
folly/futures/test/WhenTest.cpp [new file with mode: 0644]
folly/futures/test/WhileDoTest.cpp [new file with mode: 0644]
folly/test/Makefile.am