Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <attributes.h>
#include <sync.h>
#include <threadsafety.h>
#include <chrono>
#include <condition_variable>
#include <cstddef>
#include <functional>
#include <list>
#include <map>
#include <thread>
#include <utility>
Go to the source code of this file.
Classes | |
class | CScheduler |
Simple class for background tasks that should be run periodically or once "after a while". More... | |
class | SingleThreadedSchedulerClient |
Class used by CScheduler clients which may schedule multiple jobs which are required to be run serially. More... | |