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

Method spinUntil

Disruptor/SpinWait.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void SpinWait::spinUntil(const std::function< bool() >& condition)
73 {
74 spinUntil(condition, -1);
75 }
76
77 bool SpinWait::spinUntil(const std::function< bool() >& condition, std::int64_t millisecondsTimeout)
78 {

Callers

nothing calls this directly

Calls 2

spinOnceMethod · 0.80
nextSpinWillYieldMethod · 0.80

Tested by

no test coverage detected