Split SemiFuture and Future into separate types. Add BasicFuture shared between them.
[folly.git] / folly / futures / test / SemiFutureTest.cpp
2017-10-30 Lee HowesSplit SemiFuture and Future into separate types. Add...
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-16 Yedidya Feldblum4-way overloads for SemiFuture::value
2017-10-05 Lee HowesAdd SemiFuture class.