Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void 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
check
Method · 0.45
Calls
1
skr_atomic32_store_relaxed
Function · 0.85
Tested by
no test coverage detected