Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

scheduler.cpp File Reference
#include <scheduler.h>
#include <random.h>
#include <reverselock.h>
#include <assert.h>
#include <boost/bind.hpp>
#include <utility>
+ Include dependency graph for scheduler.cpp:

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 void Repeat ( CScheduler s,
CScheduler::Function  f,
int64_t  deltaMilliSeconds 
)
static

Definition at line 120 of file scheduler.cpp.

References CScheduler::scheduleFromNow().

Referenced by CScheduler::scheduleEvery().

◆ toPosixTime()

static boost::system_time toPosixTime ( const boost::chrono::system_clock::time_point &  t)
static

Definition at line 25 of file scheduler.cpp.

References count.

Referenced by CScheduler::serviceQueue().

Released under the MIT license