decaf::util::concurrent::ThreadPoolExecutor::DiscardPolicy Class Reference
Handler policy for tasks that are rejected upon a call to ThreadPoolExecutor::execute this class always destroys the rejected task and returns quietly.
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 destroys the rejected task and returns quietly.
- Since:
- 1.0
Constructor & Destructor Documentation
| decaf::util::concurrent::ThreadPoolExecutor::DiscardPolicy::DiscardPolicy |
( |
|
) |
[inline] |
| virtual decaf::util::concurrent::ThreadPoolExecutor::DiscardPolicy::~DiscardPolicy |
( |
|
) |
[inline, virtual] |
Member Function Documentation
The documentation for this class was generated from the following file: