MCPcopy 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
191bool JobItem::is_none() SKR_NOEXCEPT
192{
193 return (skr_atomic32_load_acquire(&status) == kJobItemStatusNone);
194}
195
196int JobItem::get_result() SKR_NOEXCEPT
197{

Callers 1

checkMethod · 0.45

Calls 1

Tested by

no test coverage detected