3#define BOOST_TEST_MODULE test_future_queue
4#include <boost/test/included/unit_test.hpp>
5using namespace boost::unit_test_framework;
12BOOST_AUTO_TEST_SUITE(testHasData)
18 constexpr static int undef = -987654321;
23 _value = other._value;
38 for(
size_t length = 1; length <= 100; ++length) {
44 std::thread sender([&q1, length] {
61BOOST_AUTO_TEST_SUITE_END()
MovableDataType(MovableDataType &&other)
MovableDataType & operator=(MovableDataType &&other)
static constexpr int undef
MovableDataType(int value)
BOOST_AUTO_TEST_CASE(multiThreaded)
#define BOOST_CHECK_TIMEOUT(condition)
#define BOOST_CHECK_EQUAL_TS(a, b)
#define BOOST_CHECK_TS(condition)