MCPcopy Create free account
hub / github.com/axmolengine/axmol / queueOperation

Method queueOperation

core/base/Director.cpp:1565–1572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1563}
1564
1565void Director::queueOperation(AsyncOperation op, void* param)
1566{
1567#if defined(AX_PLATFORM_PC)
1568 _operations.enqueue([=]() { op(param); });
1569#else
1570 _renderView->queueOperation(op, param);
1571#endif
1572}
1573
1574#if defined(AX_PLATFORM_PC)
1575void Director::processOperations()

Callers 1

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected