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

Method loop_once

source/executors/manual_executor.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165bool manual_executor::loop_once() {
166 return loop_impl(1) != 0;
167}
168
169bool manual_executor::loop_once_for(std::chrono::milliseconds max_waiting_time) {
170 if (max_waiting_time == std::chrono::milliseconds(0)) {

Calls

no outgoing calls