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

Method CountdownEvent

Disruptor.TestTools/CountdownEvent.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10 CountdownEvent::CountdownEvent(std::uint32_t initialCount)
11 : ResetEvent(initialCount == 0)
12 , m_initialCount(initialCount)
13 , m_currentCount(initialCount)
14 {}
15
16 std::uint32_t CountdownEvent::initialCount() const
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected