Clio develop
The XRP Ledger API server.
|
A execution context that runs tasks on a system thread pool of 1 thread. More...
#include <SystemExecutionContext.hpp>
Static Public Member Functions | |
static auto & | instance () |
Get the instance of the system execution context. | |
A execution context that runs tasks on a system thread pool of 1 thread.
This is useful for timers and system tasks that need to be scheduled on a exececution context that otherwise would not be able to support them (e.g. a synchronous execution context).
|
inlinestaticnodiscard |
Get the instance of the system execution context.