ShutdownPolicy which does not wait for any tasks or worker termination. More...
#include <shutdown_policies.hpp>
Static Public Member Functions | |
static void | shutdown (Pool &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.
Pool | The pool's core type. |
Definition at line 71 of file shutdown_policies.hpp.
static void boost::threadpool::immediately< Pool >::shutdown | ( | Pool & | pool | ) | [inline, static] |
Definition at line 74 of file shutdown_policies.hpp.