thread.hpp 473 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 thread.hpp
  8. * A convenience header to include rotor support for pure thread backends
  9. */
  10. #include "rotor/thread/supervisor_thread.h"
  11. #include "rotor/thread/system_context_thread.h"
  12. namespace rotor {
  13. /// namespace for pure thread backend (supervisor) for `rotor`
  14. namespace thread {}
  15. } // namespace rotor