Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assertWaitForWithDelayOf
Function · 0.80
Calls
2
signal
Method · 0.80
wait
Method · 0.45
Tested by
1
assertWaitForWithDelayOf
Function · 0.64