![]() | Reference Manual - 1.1.1 | ||
|
Wake up any thread waiting for events in this buffer.
WakeUp ( | ||||
IDirectFBEventBuffer | * | thiz | ||
); |
This method causes any IDirectFBEventBuffer::WaitForEvent() or 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'.
![]() | This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License |