STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::runnable_base Class Reference

Common base for all entries that can be scheduled and executed, such as tasks and executors. More...

Public Types

enum  status_type { Active, Idle, Finished }
 Return values for function operator. More...
 

Detailed Description

Common base for all entries that can be scheduled and executed, such as tasks and executors.

Member Enumeration Documentation

◆ status_type

Return values for function operator.

Enumerator
Active 

Runnable object is active.

Idle 

Runnable object is idle.

Finished 

Runnable object has finished.


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