|
HDK
|
#include <PDG_EventQueue.h>
Public Member Functions | |
| ScopedPause (PDG_EventQueue *queue) | |
| ~ScopedPause () | |
Scoped object that pauses event handling. Pausing is implemented with an atomic counter on the queue, so nested ScopedPause objects work as expected. Each scoped pause increments the pause request counter, so event processing will only proceed once all ScopedPause objects are unwound.
Definition at line 44 of file PDG_EventQueue.h.
|
inline |
Definition at line 47 of file PDG_EventQueue.h.
|
inline |
Definition at line 53 of file PDG_EventQueue.h.