|
Choreonoid
1.8
|
#include <LazyCaller.h>
Public Member Functions | |
| QueuedCaller () | |
| virtual | ~QueuedCaller () |
| void | callLater (const std::function< void()> &function, int priority=LazyCaller::NormalPriority) |
| void | cancel () |
| QueuedCaller::QueuedCaller | ( | ) |
All the queued functions that have not been executed are canceled in the destructor.
|
virtual |
| void QueuedCaller::callLater | ( | const std::function< void()> & | function, |
| int | priority = LazyCaller::NormalPriority |
||
| ) |
| void QueuedCaller::cancel | ( | ) |
1.8.17