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

Method JobItemQueue

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

Source from the content-addressed store, hash-verified

32
33public:
34 JobItemQueue(const char8_t* name)
35 : waiting_workers_count(0) , name(name) , is_end_job_queued(false)
36 {
37 cond = SkrNew<JobQueueCond>();
38 cond->initialize(u8"SampleUtilJobItemQueueCond");
39 SKR_ASSERT(cond != nullptr);
40 }
41
42 ~JobItemQueue()
43 {

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected