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

Method AtomicLong

Disruptor.Tests/WorkerPoolTests.cpp:17–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 {
16 public:
17 AtomicLong() : m_value(0)
18 {}
19
20 AtomicLong(const AtomicLong& other)
21 : m_value(other.value())

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected