MEL
Microthread & Execution library
mel::execution::ExecutorTraits< ExecutorType > Struct Template Reference

Default traits for any executor. More...

#include <Executor.h>

Public Types

enum  { has_microthreading = false }
 Support microthreading?
 
enum  { has_parallelism = false }
 Support true parallelism?
 

Detailed Description

template<class ExecutorType>
struct mel::execution::ExecutorTraits< ExecutorType >

Default traits for any executor.

Concrete executor must set its own values when changed


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