Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
399
void JobQueue::wait_empty() const SKR_NOEXCEPT
400
{
401
wait_timeout([this](){
402
return items_count() <= 0;
403
}, 8);
404
}
405
406
void JobQueue::change_priority(JobQueuePriority priority) SKR_NOEXCEPT
407
{
Callers
1
job.cpp
File · 0.80
Calls
1
wait_timeout
Class · 0.85
Tested by
no test coverage detected