MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / onStart

Method onStart

Disruptor.Tests/DelayedEventHandler.cpp:29–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void DelayedEventHandler::onStart()
30 {
31 try
32 {
33 m_barrier->wait();
34 }
35 catch (std::exception& ex)
36 {
37 throw std::runtime_error(ex.what());
38 }
39 }
40
41 void DelayedEventHandler::onShutdown()
42 {

Callers 3

BOOST_FIXTURE_TEST_CASEFunction · 0.45
notifyStartMethod · 0.45
notifyStartMethod · 0.45

Calls 2

waitMethod · 0.45
whatMethod · 0.45

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.36