Callbacks associated with MamaQueues
Name | |
---|---|
void | onEnqueue(MamaQueue mamaQueue) Method which is invoked when an event is enqueued on the queue for which this function was registered. |
void onEnqueue(
MamaQueue mamaQueue
)
Method which is invoked when an event is enqueued on the queue for which this function was registered.
Parameters:
LBM Bridge: NB! Users may not dispatch events from this function. The function is invoked from an LBM internal thread. Attempts to dispatch from here will result in a deadlock.
Updated on 2023-03-31 at 15:29:32 +0100