Concrete options for this type of executor. More...
#include <ThreadPoolExecutor.h>
Public Attributes | |
| bool | independentTasks | 
| bool | autoKill | 
Concrete options for this type of executor.
| bool mel::execution::ThreadPoolExecutorOpts::autoKill | 
if true, launched tasks will be autokilled if the Runnable receives a kill signal, else, Runanble won't finish until tasks finished
| bool mel::execution::ThreadPoolExecutorOpts::independentTasks |