A execution context that runs tasks on a system thread pool of 1 thread.
Definition SystemExecutionContext.hpp:32
static auto & instance()
Get the instance of the system execution context.
Definition SystemExecutionContext.hpp:40
BasicExecutionContext< impl::AsioPoolContext, impl::BasicStopSource, impl::PostDispatchStrategy > PoolExecutionContext
A asio::thread_pool-based execution context.
Definition BasicExecutionContext.hpp:414