rotor.hpp 476 B

12345678910111213141516171819202122
  1. #pragma once
  2. //
  3. // Copyright (c) 2019-2020 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
  4. //
  5. // Distributed under the MIT Software License
  6. //
  7. /** \file rotor.hpp
  8. * A convenience header to include rotor core.
  9. */
  10. #include "rotor/actor_base.h"
  11. #include "rotor/address.hpp"
  12. #include "rotor/message.h"
  13. #include "rotor/registry.h"
  14. #include "rotor/supervisor.h"
  15. #include "rotor/system_context.h"
  16. /// Basic namespace for all rotor functionalities
  17. namespace rotor {}