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

Method items_count

modules/core/core/src/async/job.cpp:394–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394uint32_t JobQueue::items_count() const SKR_NOEXCEPT
395{
396 return (uint32_t)itemList->numItems();
397}
398
399void JobQueue::wait_empty() const SKR_NOEXCEPT
400{

Callers

nothing calls this directly

Calls 1

numItemsMethod · 0.80

Tested by

no test coverage detected