Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ CreateQueue
Function
CreateQueue
engine/resource/src/async/load_queue_sync.cpp:36–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
};
35
36
HQueue CreateQueue(dmResource::HFactory factory)
37
{
38
Queue* q = new Queue();
39
q->m_ActiveRequest = 0;
40
q->m_Factory = factory;
41
return q;
42
}
43
44
void DeleteQueue(HQueue queue)
45
{
Callers
1
NewPreloader
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected