The Gaudi Framework
v29r0 (ff2e7097)
|
ShutdownPolicy which does not wait for any tasks or worker termination. More...
#include <src/threadpool/boost/threadpool/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.
|
inlinestatic |
Definition at line 74 of file shutdown_policies.hpp.