yield_primitives.hpp 447 B

123456789101112
  1. #ifndef BHO_CORE_YIELD_PRIMITIVES_HPP_INCLUDED
  2. #define BHO_CORE_YIELD_PRIMITIVES_HPP_INCLUDED
  3. // Copyright 2023 Peter Dimov
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. #include <asio2/bho/core/detail/sp_thread_pause.hpp>
  7. #include <asio2/bho/core/detail/sp_thread_yield.hpp>
  8. #include <asio2/bho/core/detail/sp_thread_sleep.hpp>
  9. #endif // #ifndef BHO_CORE_YIELD_PRIMITIVES_HPP_INCLUDED