Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abc-Arbitrage/Disruptor-cpp
/ isRunning
Method
isRunning
Disruptor.TestTools/Stopwatch.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
bool Stopwatch::isRunning() const
25
{
26
return !!m_isRunning && m_isRunning.get();
27
}
28
29
void Stopwatch::reset()
30
{
Callers
1
getLastSequenceInChain
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected