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