Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_CASE
Function · 0.45
notifyStart
Method · 0.45
notifyStart
Method · 0.45
Calls
2
wait
Method · 0.45
what
Method · 0.45
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.36