MCPcopy Create free account
hub / github.com/comaps/comaps / Do

Method Do

libs/base/base_tests/thread_pool_tests.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 ~CancelTestTask() { TEST_EQUAL(m_waitDoCall, m_doCalled, ()); }
59
60 virtual void Do()
61 {
62 TEST_EQUAL(m_waitDoCall, true, ());
63 m_doCalled = true;
64 threads::Sleep(100);
65 }
66
67private:
68 bool m_waitDoCall;

Callers

nothing calls this directly

Calls 1

SleepFunction · 0.85

Tested by

no test coverage detected