2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-21 02:52:18 +00:00
Files
fiber/boost/task.hpp
Oliver Kowalke 39ec793737 initial checkin
2011-02-09 18:41:35 +01:00

45 lines
1.5 KiB
C++

// Copyright Oliver Kowalke 2009.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_TASKS_H
#define BOOST_TASKS_H
#include <boost/task/as_sub_task.hpp>
#include <boost/task/async.hpp>
#include <boost/task/bounded_fifo.hpp>
#include <boost/task/bounded_prio_queue.hpp>
#include <boost/task/bounded_smart_queue.hpp>
#include <boost/task/callable.hpp>
#include <boost/task/context.hpp>
#include <boost/task/exceptions.hpp>
#include <boost/task/fast_semaphore.hpp>
#include <boost/task/handle.hpp>
#include <boost/task/meta.hpp>
#include <boost/task/new_thread.hpp>
#include <boost/task/own_thread.hpp>
#include <boost/task/poolsize.hpp>
#include <boost/task/semaphore.hpp>
#include <boost/task/spin/auto_reset_event.hpp>
#include <boost/task/spin/barrier.hpp>
#include <boost/task/spin/bounded_channel.hpp>
#include <boost/task/spin/condition.hpp>
#include <boost/task/spin/count_down_event.hpp>
#include <boost/task/spin/future.hpp>
#include <boost/task/spin/manual_reset_event.hpp>
#include <boost/task/spin/mutex.hpp>
#include <boost/task/spin/unbounded_channel.hpp>
#include <boost/task/stacksize.hpp>
#include <boost/task/static_pool.hpp>
#include <boost/task/task.hpp>
#include <boost/task/unbounded_prio_queue.hpp>
#include <boost/task/unbounded_smart_queue.hpp>
#include <boost/task/unbounded_fifo.hpp>
#include <boost/task/utility.hpp>
#include <boost/task/watermark.hpp>
#endif // BOOST_TASKS_H