| 341 | } |
| 342 | |
| 343 | void 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 | |
| 351 | template<class type> |
| 352 | void concurrencpp::tests::test_result_wait_for_impl() { |
nothing calls this directly
no outgoing calls
no test coverage detected