20#include <xrpld/app/main/BasicApp.h>
22#include <xrpl/beast/core/CurrentThreadName.h>
24#include <boost/asio/executor_work_guard.hpp>
31 while (numberOfThreads--)
boost::asio::io_context io_context_
std::vector< std::thread > threads_
BasicApp(std::size_t numberOfThreads)
std::optional< boost::asio::executor_work_guard< boost::asio::io_context::executor_type > > work_
T emplace_back(T... args)
void setCurrentThreadName(std::string_view newThreadName)
Changes the name of the caller thread.