Size policies. More...
Go to the source code of this file.
Classes | |
struct | boost::threadpool::empty_controller< class > |
SizePolicyController which provides no functionality. | |
class | boost::threadpool::resize_controller< class > |
SizePolicyController which allows resizing. | |
class | boost::threadpool::static_size< class > |
SizePolicy which preserves the thread count. | |
Namespaces | |
namespace | boost |
The namespace threadpool contains a thread pool and related utility classes. | |
namespace | boost::threadpool |
Size policies.
This file contains size policies for thread_pool. A size policy controls the number of worker threads in the pool.
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 size_policies.hpp.