Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Abc-Arbitrage/Disruptor-cpp
/ nextSpinWillYield
Method
nextSpinWillYield
Disruptor/SpinWait.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
bool SpinWait::nextSpinWillYield() const
31
{
32
return m_count > YIELD_THRESHOLD;
33
}
34
35
void SpinWait::spinOnce()
36
{
Callers
1
spinUntil
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected