decaf::util::concurrent::ThreadPoolExecutor::AbortPolicy Class Reference
Handler policy for tasks that are rejected upon a call to ThreadPoolExecutor::execute this class always throws a RejectedExecutionException.
More...
#include <src/main/decaf/util/concurrent/ThreadPoolExecutor.h>
Detailed Description
Handler policy for tasks that are rejected upon a call to ThreadPoolExecutor::execute this class always throws a RejectedExecutionException.
- Since:
- 1.0
Constructor & Destructor Documentation
| decaf::util::concurrent::ThreadPoolExecutor::AbortPolicy::AbortPolicy |
( |
|
) |
[inline] |
| virtual decaf::util::concurrent::ThreadPoolExecutor::AbortPolicy::~AbortPolicy |
( |
|
) |
[inline, virtual] |
Member Function Documentation
The documentation for this class was generated from the following file: