Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ is_none
Method
is_none
modules/core/core/src/async/job.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
bool JobItem::is_none() SKR_NOEXCEPT
192
{
193
return (skr_atomic32_load_acquire(&status) == kJobItemStatusNone);
194
}
195
196
int JobItem::get_result() SKR_NOEXCEPT
197
{
Callers
1
check
Method · 0.45
Calls
1
skr_atomic32_load_acquire
Function · 0.85
Tested by
no test coverage detected