![]() |
ezEngine
Release 25.03
|
The LongOp worker manager is active in the engine process of the editor. More...
#include <LongOpWorkerManager.h>
Friends | |
class | ezLongOpTask |
Additional Inherited Members | |
![]() | |
void | Startup (ezProcessCommunicationChannel *pCommunicationChannel) |
Needs to be called early to initialize the IPC channel to use. | |
void | Shutdown () |
Call this to shut down the IPC communication. | |
![]() | |
ezMutex | m_Mutex |
Publicly exposed mutex for some special cases. | |
![]() | |
ezProcessCommunicationChannel * | m_pCommunicationChannel = nullptr |
ezEvent< const ezProcessCommunicationChannel::Event & >::Unsubscriber | m_Unsubscriber |
The LongOp worker manager is active in the engine process of the editor.
This class has no public functionality, it communicates with the ezLongOpControllerManager and executes the ezLongOpWorker's that are named by the respective ezLongOpProxy's.