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

Method wait_for_task

source/executors/manual_executor.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void manual_executor::wait_for_task() {
205 wait_for_tasks_impl(1);
206}
207
208bool manual_executor::wait_for_task_for(std::chrono::milliseconds max_waiting_time) {
209 return wait_for_tasks_impl(1, time_point_from_now(max_waiting_time)) == 1;

Calls

no outgoing calls