![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
#include <condition_variable>
#include <functional>
#include <list>
#include <map>
#include <thread>
#include <sync.h>
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... | |