#include <MamaQueueEnqueueCallback.h>
Name | |
---|---|
virtual | ~MamaQueueEnqueueCallback() |
virtual void | onEventEnqueue(void * closure) =0 |
class Wombat::MamaQueueEnqueueCallback;
Callback interface for the MamaQueue::setEnqueueCallback () method.
inline virtual ~MamaQueueEnqueueCallback()
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