threadpool Overview | Reference | Tutorial | Examples | Design
Reference Class List | Member Functions | Typedefs | File List

c:/Source/threadpool/boost/threadpool/size_policies.hpp File Reference


Detailed Description

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.

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...

Copyright © 2005-2008 Philipp Henkel Overview | Reference | Tutorial | Examples | Design

Hosted by SourceForge.net Logo