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

Method test_async_lock_lock

test/source/tests/async_lock_tests.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void concurrencpp::tests::test_async_lock_lock() {
85 test_async_lock_lock_null_resume_executor();
86 test_async_lock_lock_resumption();
87}
88
89void concurrencpp::tests::test_async_lock_try_lock() {
90 async_lock lock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected