TODO. More...
#include "locking_ptr.hpp"
#include <boost/smart_ptr.hpp>
#include <boost/optional.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
#include <boost/thread/xtime.hpp>
#include <boost/utility/result_of.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
Go to the source code of this file.
Classes | |
class | boost::threadpool::detail::future_impl< Result > |
class | boost::threadpool::detail::future_impl_task_func< Future, Function > |
Namespaces | |
boost | |
The namespace threadpool contains a thread pool and related utility classes. | |
boost::threadpool | |
boost::threadpool::detail | |
TODO.
TODO.
Copyright (c) 2005-2007 Philipp Henkel
Use, modification, and distribution are subject to 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)
http://threadpool.sourceforge.net
Definition in file detail/future.hpp.