We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a70a5 commit 88e42ecCopy full SHA for 88e42ec
IntegrationTest/IntegrationTest.cpp
@@ -24,7 +24,8 @@ IntegrationTest::IntegrationTest() :
24
{
25
m_thread.CreateThread();
26
27
- // Start integration tests 500mS after system startup
+ // Start integration tests 500mS after system startup. Alteratively,
28
+ // create your own worker thread and call Run() directly.
29
m_timer.Expired = MakeDelegate(this, &IntegrationTest::Run, m_thread);
30
m_timer.Start(std::chrono::milliseconds(500));
31
}
0 commit comments