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

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

List of all members.

Detailed Description

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

ShutdownPolicy which does not wait for any tasks or worker termination.

This policy does not wait for any tasks. Nevertheless all active tasks will be processed completely.

Parameters:
Pool The pool's core type.

Definition at line 71 of file shutdown_policies.hpp.

Static Public Member Functions

static void shutdown (Pool &pool)


Member Function Documentation

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

Definition at line 74 of file shutdown_policies.hpp.


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

Hosted by SourceForge.net Logo