MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / wait_empty

Method wait_empty

modules/core/core/src/async/job.cpp:399–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void JobQueue::wait_empty() const SKR_NOEXCEPT
400{
401 wait_timeout([this](){
402 return items_count() <= 0;
403 }, 8);
404}
405
406void JobQueue::change_priority(JobQueuePriority priority) SKR_NOEXCEPT
407{

Callers 1

job.cppFile · 0.80

Calls 1

wait_timeoutClass · 0.85

Tested by

no test coverage detected