rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
ev.hpp
1#pragma once
2
3//
4// Copyright (c) 2019-2020 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
5//
6// Distributed under the MIT Software License
7//
8
13#include "rotor/ev/supervisor_config_ev.h"
14#include "rotor/ev/supervisor_ev.h"
15#include "rotor/ev/system_context_ev.h"
16
17namespace rotor {
18
20namespace ev {}
21
22} // namespace rotor
Basic namespace for all rotor functionalities.
Definition rotor.hpp:21