Chops Net IP
|
#include <thread>
#include <exception>
#include <iostream>
#include "asio/io_context.hpp"
#include "asio/any_io_executor.hpp"
#include "asio/executor_work_guard.hpp"
Go to the source code of this file.
Classes | |
class | chops::net::worker |
Convenience class that combines an executor work guard and a thread, invoking asynchronous operations as per the Asio documentation. More... | |