|  | Bitcoin Core 30.99.0
    P2P Digital Currency | 
#include <attributes.h>#include <sync.h>#include <threadsafety.h>#include <util/task_runner.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 | SerialTaskRunner | 
| Class used by CScheduler clients which may schedule multiple jobs which are required to be run serially.  More... | |