Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abc-Arbitrage/Disruptor-cpp
/ increment
Method
increment
Disruptor.Tests/WorkerPoolTests.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void increment()
35
{
36
++m_value;
37
}
38
39
private:
40
std::atomic< std::int64_t > m_value;
Callers
1
onEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected