yield_primitives.hpp 441 B

123456789101112
  1. #ifndef BOOST_CORE_YIELD_PRIMITIVES_HPP_INCLUDED
  2. #define BOOST_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 <boost/core/detail/sp_thread_pause.hpp>
  7. #include <boost/core/detail/sp_thread_yield.hpp>
  8. #include <boost/core/detail/sp_thread_sleep.hpp>
  9. #endif // #ifndef BOOST_CORE_YIELD_PRIMITIVES_HPP_INCLUDED