Bitcoin
Functions
scheduler.cpp File Reference
#include <scheduler.h>
#include <random.h>
#include <reverselock.h>
#include <assert.h>
#include <utility>

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

◆ toPosixTime()

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