MCPcopy 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
42TEST_CASE_METHOD(Task2, "SingleJob")

Callers

nothing calls this directly

Calls 2

unbindMethod · 0.45
shutdownMethod · 0.45

Tested by

no test coverage detected