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

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

#include <RunnableExecutor.h>

Public Attributes

bool independentTasks
 
bool autoKill
 

Detailed Description

Concrete options for this type of executor.

Member Data Documentation

◆ autoKill

bool mel::execution::RunnableExecutorOpts::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::RunnableExecutorOpts::independentTasks
Initial value:
=
true

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