MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / ready

Function ready

3rdparty/asyncplusplus/include/async++/task_base.h:91–94  ·  view source on GitHub ↗

Check whether the task is ready and include an acquire barrier if it is

Source from the content-addressed store, hash-verified

89
90 // Check whether the task is ready and include an acquire barrier if it is
91 bool ready() const
92 {
93 return is_finished(state.load(std::memory_order_acquire));
94 }
95
96 // Run a single continuation
97 template<typename Sched>

Callers

nothing calls this directly

Calls 2

is_finishedFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected