4 * This is the only file you have to include in order to use the
5 * complete threadpool library.
7 * Copyright (c) 2005-2007 Philipp Henkel
9 * Use, modification, and distribution are subject to the
10 * Boost Software License, Version 1.0. (See accompanying file
11 * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
13 * http://threadpool.sourceforge.net
17 #ifndef THREADPOOL_HPP_INCLUDED
18 #define THREADPOOL_HPP_INCLUDED
20 #include "./threadpool/future.hpp"
21 #include "./threadpool/pool.hpp"
23 #include "./threadpool/pool_adaptors.hpp"
24 #include "./threadpool/task_adaptors.hpp"
27 #endif // THREADPOOL_HPP_INCLUDED