MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / empty

Method empty

source/executors/manual_executor.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool manual_executor::empty() const {
44 return size() == 0;
45}
46
47size_t manual_executor::loop_impl(size_t max_count) {
48 if (max_count == 0) {

Callers 15

loop_implMethod · 0.45
loop_until_implMethod · 0.45
~thread_executorMethod · 0.45
shutdownMethod · 0.45
retire_workerMethod · 0.45
drain_queue_implMethod · 0.45
wait_for_taskMethod · 0.45
drain_queueMethod · 0.45
enqueue_foreignMethod · 0.45
balance_workMethod · 0.45
wait_for_taskMethod · 0.45

Calls

no outgoing calls