![]() |
ezEngine Release 25.08
|
The LongOp worker manager is active in the engine process of the editor. More...
#include <LongOpWorkerManager.h>

Friends | |
| class | ezLongOpTask |
Additional Inherited Members | |
Public Member Functions inherited from ezLongOpManager | |
| 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. | |
Public Attributes inherited from ezLongOpManager | |
| ezMutex | m_Mutex |
| Publicly exposed mutex for some special cases. | |
Protected Attributes inherited from ezLongOpManager | |
| ezProcessCommunicationChannel * | m_pCommunicationChannel = nullptr |
| ezEvent< constezProcessCommunicationChannel::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.
|
overrideprivatevirtual |
Implements ezLongOpManager.