rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
asio.hpp
Go to the documentation of this file.
1#pragma once
2
3//
4// Copyright (c) 2019-2022 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
5//
6// Distributed under the MIT Software License
7//
8
13#include "rotor/asio/export.h"
14#include "rotor/asio/forwarder.hpp"
15#include "rotor/asio/supervisor_asio.h"
16#include "rotor/asio/supervisor_config_asio.h"
17#include "rotor/asio/system_context_asio.h"
18
19namespace rotor {
20
22namespace asio {}
23
24} // namespace rotor
Basic namespace for all rotor functionalities.
Definition rotor.hpp:21