Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces
task_runner.h File Reference

This header provides an interface and simple implementation for a task runner. More...

#include <cstddef>
#include <functional>
Include dependency graph for task_runner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  util::TaskRunnerInterface
 
class  util::ImmediateTaskRunner
 

Namespaces

 util
 

Detailed Description

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.