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

Method test_timer_cancel

test/source/tests/timer_tests/timer_tests.cpp:480–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void concurrencpp::tests::test_timer_cancel() {
481 test_timer_cancel_empty_timer();
482 test_timer_cancel_dead_timer_queue();
483 test_timer_cancel_before_due_time();
484 test_timer_cancel_after_due_time_before_beat();
485 test_timer_cancel_after_due_time_after_beat();
486 test_timer_cancel_RAII();
487}
488
489void concurrencpp::tests::test_timer_operator_bool() {
490 auto timer_queue = std::make_shared<concurrencpp::timer_queue>(120s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected