Timed wait for futures
[folly.git] / folly / wangle / test / FutureTest.cpp
2014-06-09 Matt DordalTimed wait for futures
2014-06-09 Matt Dordaladd support for whenAll to waitWithSemaphore
2014-06-09 Simon MartinFuture::value() should throw when unset
2014-05-20 Matt Dordalfix waitWithSemaphore return type
2014-05-20 Matt Dordaladd waitWithSemaphore to folly::wangle
2014-03-31 Hannes Roth(Wangle) Sanity check for the small_vector test
2014-03-10 Hannes Roth(Wangle) Support .then(function pointer) syntax
2014-03-10 Hannes Roth(Wangle) Remove some early returns in tests
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 Fugals/valueTry/getTry/
2014-02-28 Hans Fugal(wangle) remove Future::wait
2014-02-28 Dave WatsonMove wangle to folly