Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ Task2
Method
Task2
tests/async/task2/main.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
protected:
28
skr::task2::scheduler_t scheduler;
29
Task2() SKR_NOEXCEPT
30
{
31
scheduler.initialize({});
32
scheduler.bind();
33
}
34
35
~Task2() SKR_NOEXCEPT
36
{
Callers
nothing calls this directly
Calls
2
initialize
Method · 0.45
bind
Method · 0.45
Tested by
no test coverage detected