asio.hpp 554 B

12345678910111213141516171819202122232425
  1. #pragma once
  2. //
  3. // Copyright (c) 2019-2022 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
  4. //
  5. // Distributed under the MIT Software License
  6. //
  7. /** \file asio.hpp
  8. * A convenience header to include rotor support for boost::asio
  9. */
  10. #include "rotor/asio/export.h"
  11. #include "rotor/asio/forwarder.hpp"
  12. #include "rotor/asio/supervisor_asio.h"
  13. #include "rotor/asio/supervisor_config_asio.h"
  14. #include "rotor/asio/system_context_asio.h"
  15. namespace rotor {
  16. /// namespace for boost::asio adapters for `rotor`
  17. namespace asio {}
  18. } // namespace rotor