http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFBEventBuffer.html
IDirectFBEventBuffer
WakeUp
Wake up any thread waiting for events in this buffer.
WakeUp (
IDirectFBEventBuffer.html
IDirectFBEventBuffer
*
thiz
);
This method causes any
IDirectFBEventBuffer_WaitForEvent.html
IDirectFBEventBuffer::WaitForEvent()
or
IDirectFBEventBuffer_WaitForEventWithTimeout.html
IDirectFBEventBuffer::WaitForEventWithTimeout()
call to return with DFB_INTERRUPTED.
It should be used rather than sending wake up messages which may pollute the queue and consume lots of CPU and memory compared to this 'single code line method'.
