asio.hpp 523 B

123456789101112131415161718192021222324
  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 asio.hpp
  8. * A convenience header to include rotor support for boost::asio
  9. */
  10. #include "rotor/asio/forwarder.hpp"
  11. #include "rotor/asio/supervisor_asio.h"
  12. #include "rotor/asio/supervisor_config_asio.h"
  13. #include "rotor/asio/system_context_asio.h"
  14. namespace rotor {
  15. /// namespace for boost::asio adapters for `rotor`
  16. namespace asio {}
  17. } // namespace rotor