Shutdown policies. More...
Go to the source code of this file.
Classes | |
class | boost::threadpool::immediately< Pool > |
ShutdownPolicy which does not wait for any tasks or worker termination. More... | |
class | boost::threadpool::wait_for_active_tasks< Pool > |
ShutdownPolicy which waits for the completion of all active tasks and the worker termination afterwards. More... | |
class | boost::threadpool::wait_for_all_tasks< Pool > |
ShutdownPolicy which waits for the completion of all tasks and the worker termination afterwards. More... | |
Namespaces | |
boost | |
The namespace threadpool contains a thread pool and related utility classes. | |
boost::threadpool | |
Shutdown policies.
This file contains shutdown policies for thread_pool. A shutdown policy controls the pool's behavior from the time when the pool is not referenced any longer.
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 shutdown_policies.hpp.