MCPcopy Create free account
hub / github.com/AshampooSystems/boden / operator()

Method operator()

tests/boden/testDispatchQueue.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void operator()()
45 {
46 std::unique_lock<std::mutex> lk(mutex);
47 triggers++;
48 cv.notify_all();
49 }
50 };
51
52 TEST(DispatchQueue, Init) { DispatchQueue queue(false); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected