Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ queue_update
Method
queue_update
tests/async/threads/job.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
static void queue_update()
141
{
142
GetQueue()->check();
143
}
144
145
template<typename F, typename... Args>
146
static AsyncFuture_ThreadJobQueue* async(F&& f, Args&&... args)
Callers
nothing calls this directly
Calls
1
check
Method · 0.45
Tested by
no test coverage detected