Classes Files

Wombat::MamaQueueEnqueueCallback

Callbacks associated with MamaQueues

Public Functions

  Name
void onEnqueue(MamaQueue mamaQueue)
Method which is invoked when an event is enqueued on the queue for which this function was registered.

Public Functions Documentation

function onEnqueue

void onEnqueue(
    MamaQueue mamaQueue
)

Method which is invoked when an event is enqueued on the queue for which this function was registered.

Parameters:

  • mamaQueue The queue on which the event is being processed.

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