Classes Files

Wombat::MamaQueueEnqueueCallback

More…

#include <MamaQueueEnqueueCallback.h>

Public Functions

  Name
virtual ~MamaQueueEnqueueCallback()
virtual void onEventEnqueue(void * closure) =0

Detailed Description

class Wombat::MamaQueueEnqueueCallback;

Callback interface for the MamaQueue::setEnqueueCallback () method.

Public Functions Documentation

function ~MamaQueueEnqueueCallback

inline virtual ~MamaQueueEnqueueCallback()

function onEventEnqueue

virtual void onEventEnqueue(
    void * closure
) =0

Parameters:

Called whenever an event is enqueued to the event queue.

LBM Bridge: NB! Users may not dispatch events from this method. 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:25 +0100