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

boost::threadpool::wait_for_all_tasks< Pool > Class Template Reference

List of all members.

Detailed Description

template<typename Pool>
class boost::threadpool::wait_for_all_tasks< Pool >

ShutdownPolicy which waits for the completion of all tasks and the worker termination afterwards.

Parameters:
Pool The pool's core type.

Definition at line 35 of file shutdown_policies.hpp.

Static Public Member Functions

static void shutdown (Pool &pool)


Member Function Documentation

template<typename Pool>
static void boost::threadpool::wait_for_all_tasks< Pool >::shutdown Pool &  pool  )  [static]
 

Definition at line 38 of file shutdown_policies.hpp.


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

Hosted by SourceForge.net Logo