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

Method waitForStartup

Disruptor.Tests/SequenceUpdater.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void SequenceUpdater::waitForStartup()
37 {
38 m_barrier.signal();
39 m_barrier.wait();
40 }
41
42} // namespace Tests
43} // namespace Disruptor

Callers 1

assertWaitForWithDelayOfFunction · 0.80

Calls 2

signalMethod · 0.80
waitMethod · 0.45

Tested by 1

assertWaitForWithDelayOfFunction · 0.64