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

Function main

test/source/tests/async_condition_variable_tests.cpp:225–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225int main() {
226 tester tester("async_condition_variable test");
227
228 tester.add_step("await", test_async_condition_variable_await);
229 tester.add_step("await + pred", test_async_condition_variable_await_pred);
230 tester.add_step("notify_one", test_async_condition_variable_notify_one);
231 tester.add_step("notify_all", test_async_condition_variable_notify_all);
232
233 tester.launch_test();
234 return 0;
235}

Callers

nothing calls this directly

Calls 2

add_stepMethod · 0.80
launch_testMethod · 0.80

Tested by

no test coverage detected