20 using namespace folly;
24 TEST(Unwrap, simpleScenario) {
31 TEST(Unwrap, chainCommands) {
33 auto unwrapped =
std::move(future).unwrap().then([](
int i) {
return i; });
40 TEST(Unwrap, futureNotReady) {
#define EXPECT_EQ(val1, val2)
constexpr detail::Map< Move > move
—— Concurrent Priority Queue Implementation ——
std::enable_if< std::is_same< Unit, B >::value, void >::type setValue()
constexpr detail::Unwrap unwrap
uint64_t value(const typename LockFreeRingBuffer< T, Atom >::Cursor &rbcursor)
#define ASSERT_FALSE(condition)
#define ASSERT_TRUE(condition)
TEST(SequencedExecutor, CPUThreadPoolExecutor)
Future< typename std::decay< T >::type > makeFuture(T &&t)