Reference | Class List | Member Functions | Typedefs | File List |
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.
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::threadpool |
Classes | |
struct | boost::threadpool::empty_controller< Pool > |
SizePolicyController which provides no functionality. More... | |
class | boost::threadpool::resize_controller< Pool > |
SizePolicyController which allows resizing. More... | |
class | boost::threadpool::static_size< Pool > |
SizePolicy which preserves the thread count. More... |