#include "GlobalIoService.h" std::shared_ptr getGlobalAsioIoService() { static auto ios = std::make_shared(); return ios; }