Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ~Task2
Method
~Task2
tests/async/task2/main.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
~Task2() SKR_NOEXCEPT
36
{
37
scheduler.unbind();
38
scheduler.shutdown();
39
}
40
};
41
42
TEST_CASE_METHOD(Task2,
"SingleJob"
)
Callers
nothing calls this directly
Calls
2
unbind
Method · 0.45
shutdown
Method · 0.45
Tested by
no test coverage detected