1#include <xrpld/app/main/BasicApp.h> 
    3#include <xrpl/beast/core/CurrentThreadName.h> 
    5#include <boost/asio/executor_work_guard.hpp> 
   12    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.