rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor.hpp
Go to the documentation of this file.
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/actor_base.h"
14#include "rotor/address.hpp"
15#include "rotor/message.h"
16#include "rotor/registry.h"
17#include "rotor/supervisor.h"
18#include "rotor/system_context.h"
19
21namespace rotor {}
Basic namespace for all rotor functionalities.
Definition rotor.hpp:21