#include "../c++/io.hpp" #include #include "echo.hpp" int main(){ /** * Create EventLoop * Setup EventPort to the outside world * And setup the io comms to the outside. */ auto eo_aio = saw::setup_async_io(); if(eo_aio.is_error()){ auto& err = eo_aio.get_error(); std::cerr<