18 #ifndef _DECAF_UTIL_CONCURRENT_REJECTEDEXECUTIONHANDLER_H_
19 #define _DECAF_UTIL_CONCURRENT_REJECTEDEXECUTIONHANDLER_H_
27 namespace concurrent {
29 class ThreadPoolExecutor;
Defines a Thread Pool object that implements the functionality of pooling threads to perform user tas...
Definition: ThreadPoolExecutor.h:58
A handler for tasks that cannot be executed by a ThreadPoolExecutor.
Definition: RejectedExecutionHandler.h:36
#define DECAF_API
Definition: Config.h:29
Interface for a runnable object - defines a task that can be run by a thread.
Definition: Runnable.h:29