Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
scheduler.cpp File Reference
#include <scheduler.h>
#include <random.h>
#include <reverselock.h>
#include <assert.h>
#include <boost/bind.hpp>
#include <utility>

Go to the source code of this file.
Functions | |
static boost::system_time | toPosixTime (const boost::chrono::system_clock::time_point &t) |
static void | Repeat (CScheduler *s, CScheduler::Function f, int64_t deltaMilliSeconds) |
Function Documentation
◆ Repeat()
|
static |
Definition at line 120 of file scheduler.cpp.
References CScheduler::scheduleFromNow().
Referenced by CScheduler::scheduleEvery().
◆ toPosixTime()
|
static |
Definition at line 25 of file scheduler.cpp.
References count.
Referenced by CScheduler::serviceQueue().