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

Method test_task_call_operator_test_4

test/source/tests/task_tests.cpp:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void concurrencpp::tests::test_task_call_operator_test_4() {
556 // empty task
557 task t;
558 t();
559}
560
561void concurrencpp::tests::test_task_call_operator_test_5() {
562 // a croutine

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected