all.hpp 437 B

123456789101112131415
  1. // Copyright Oliver Kowalke 2018.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_FIBERS_NUMA_H
  6. #define BOOST_FIBERS_NUMA_H
  7. #include <boost/fiber/numa/algo/work_stealing.hpp>
  8. #include <boost/fiber/numa/pin_thread.hpp>
  9. #include <boost/fiber/numa/topology.hpp>
  10. #endif // BOOST_FIBERS_NUMA_H