Ring Daemon 16.0.0
|
#include <scheduled_executor.h>
Public Member Functions | |
operator bool () | |
RepeatedJob (std::function< bool()> &&f, const char *file, uint32_t l) | |
void | reset () |
Public Attributes | |
const char * | filename |
std::function< bool()> | fn |
uint32_t | linum |
Definition at line 62 of file scheduled_executor.h.
|
inline |
Definition at line 63 of file scheduled_executor.h.
|
inline |
Definition at line 72 of file scheduled_executor.h.
References fn.
|
inline |
Definition at line 76 of file scheduled_executor.h.
References fn.
Referenced by jami::RepeatedTask::destroy(), and jami::RepeatedTask::run().
Definition at line 69 of file scheduled_executor.h.
Referenced by jami::RepeatedTask::run().
std::function<bool()> jami::RepeatedJob::fn |
Definition at line 68 of file scheduled_executor.h.
Referenced by operator bool(), reset(), and jami::RepeatedTask::run().
uint32_t jami::RepeatedJob::linum |
Definition at line 70 of file scheduled_executor.h.
Referenced by jami::RepeatedTask::run().