MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Task

Method Task

modules/core/task/src/task2.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 std::coroutine_handle<skr_task_t::promise_type> coro;
74
75 Task() {}
76 Task(nullptr_t) {}
77
78 Task(skr::stl_function<void()>&& func)

Callers

nothing calls this directly

Calls 2

moveFunction · 0.50
doneMethod · 0.45

Tested by

no test coverage detected