MEL
Microthread & Execution library
mel::execution::ThreadPoolExecutorOpts Struct Reference

Concrete options for this type of executor. More...

#include <ThreadPoolExecutor.h>

Public Attributes

bool independentTasks
 
bool autoKill
 

Detailed Description

Concrete options for this type of executor.

Member Data Documentation

◆ autoKill

bool mel::execution::ThreadPoolExecutorOpts::autoKill
Initial value:
=
true

if true, launched tasks will be autokilled if the Runnable receives a kill signal, else, Runanble won't finish until tasks finished

◆ independentTasks

bool mel::execution::ThreadPoolExecutorOpts::independentTasks
Initial value:
=
true

The documentation for this struct was generated from the following file: