Bitcoin ABC  0.26.3
P2P Digital Currency
Classes
scheduler.h File Reference
#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>
Include dependency graph for scheduler.h:
This graph shows which files directly or indirectly include this file:

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...