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

Method finish

modules/core/core/src/async/job_future.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void ThreadedJobQueueFutureJob::finish(skr::JobResult result) SKR_NOEXCEPT
39{
40 if (result == skr::ASYNC_RESULT_OK)
41 {
42 skr_atomic32_store_relaxed(&finished, true);
43 }
44}
45
46} // namespace skr

Callers 1

checkMethod · 0.45

Calls 1

Tested by

no test coverage detected