Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdApcQueue::executeMainThreadAction Method
Syntax
C++
virtual void executeMainThreadAction(MainThreadFunc mtFunc, void * pArg) = 0;

Execute action in the main thread (doesn't depend on multithread queues count).

Parameters
Description
mtFunc
[in] Function to execute in the main thread.
pArg
[in] Function argument to execute in the main thread.

Simply redirects call into threading framework.

Copyright © 2002-2022. Open Design Alliance All rights reserved.