MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / test_result_wait

Method test_result_wait

test/source/tests/result_tests/result_tests.cpp:343–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void concurrencpp::tests::test_result_wait() {
344 test_result_wait_impl<int>();
345 test_result_wait_impl<std::string>();
346 test_result_wait_impl<void>();
347 test_result_wait_impl<int&>();
348 test_result_wait_impl<std::string&>();
349}
350
351template<class type>
352void concurrencpp::tests::test_result_wait_for_impl() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected