Helper to make removing a timer in a callback safe. More...
Public Member Functions | |
executor (std::size_t id) | |
~executor () | |
Helper to make removing a timer in a callback safe.
Upon creation it sets the executing id and clears the remove request flag.
If an remove_timer() is called for the id being executed it requests a remove the timer and exits remove_timer().
Upon destruction it tests whether there was a request to remove the id and does so. It also clears the executing id. It leaves the remove request flag since the execution function needs to know whether or not the event was removed.
|
inline |
Definition at line 75 of file timer.cpp.
References gui2::executing_id, gui2::executing_id_removed, and id.
|
inline |
Definition at line 81 of file timer.cpp.
References gui2::executing_id, gui2::executing_id_removed, and gui2::remove_timer().