Plasma Engine  2.0
Loading...
Searching...
No Matches
plThreadEvent Struct Reference

Public Types

enum class  Type { ThreadCreated , ThreadDestroyed , StartingExecution , FinishedExecution }
 

Public Attributes

Type m_Type
 
plThreadm_pThread = nullptr
 

Member Enumeration Documentation

◆ Type

enum class plThreadEvent::Type
strong
Enumerator
ThreadCreated 

Called on the thread that creates the plThread instance.

ThreadDestroyed 

Called on the thread that destroys the plThread instance.

StartingExecution 

Called on the thread that executes the plThread instance.

FinishedExecution 

Called on the thread that executes the plThread instance.


The documentation for this struct was generated from the following file: