DelegateMQ
|
Base class for all delegate inter-thread messages. More...
#include <DelegateMsg.h>
Public Member Functions | |
DelegateMsg (std::shared_ptr< IThreadInvoker > invoker, Priority priority) | |
virtual | ~DelegateMsg ()=default |
std::shared_ptr< IThreadInvoker > | GetInvoker () const |
Priority | GetPriority () |
Base class for all delegate inter-thread messages.
|
inline |
Constructor
[in] | invoker | - the invoker instance the delegate is registered with. |
|
virtualdefault |
|
inline |
Get the delegate invoker instance the delegate is registered with.
|
inline |
Get the delegate message priority