sync_queue.hpp 571 B

12345678910111213141516
  1. #ifndef BOOST_THREAD_SYNC_QUEUE_HPP
  2. #define BOOST_THREAD_SYNC_QUEUE_HPP
  3. //////////////////////////////////////////////////////////////////////////////
  4. //
  5. // (C) Copyright Vicente J. Botet Escriba 2013-2014. Distributed under the Boost
  6. // Software License, Version 1.0. (See accompanying file
  7. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // See http://www.boost.org/libs/thread for documentation.
  10. //
  11. //////////////////////////////////////////////////////////////////////////////
  12. #include <boost/thread/concurrent_queues/sync_queue.hpp>
  13. #endif