Bitcoin Core 28.99.0
P2P Digital Currency
|
This header provides an interface and simple implementation for a task runner. More...
#include <cstddef>
#include <functional>
Go to the source code of this file.
Classes | |
class | util::TaskRunnerInterface |
class | util::ImmediateTaskRunner |
Namespaces | |
namespace | util |
This header provides an interface and simple implementation for a task runner.
Another threaded, serial implementation using a queue is available in the scheduler module's SerialTaskRunner.
Definition in file task_runner.h.