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

Friends | |
| class | plLongOpTask |
Additional Inherited Members | |
Public Member Functions inherited from plLongOpManager | |
| void | Startup (plProcessCommunicationChannel *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 plLongOpManager | |
| plMutex | m_Mutex |
| Publicly exposed mutex for some special cases. | |
Protected Attributes inherited from plLongOpManager | |
| plProcessCommunicationChannel * | m_pCommunicationChannel = nullptr |
| plEvent< constplProcessCommunicationChannel::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 plLongOpControllerManager and executes the plLongOpWorker's that are named by the respective plLongOpProxy's.
|
overrideprivatevirtual |
Implements plLongOpManager.