Lely core libraries  2.3.4
ev_task Struct Reference

An executable task. More...

#include <task.h>

Inheritance diagram for ev_task:
Collaboration diagram for ev_task:

Data Fields

ev_exec_texec
 A pointer to the executor to which the task is (to be) submitted.
 
ev_task_func_tfunc
 The function to be invoked when the task is run.
 

Detailed Description

An executable task.

Tasks are used to submit arbitrary functions to an executor. Additional data can be associated with a task by embedding it in a struct and using structof() from the task fuction to obtain a pointer to the struct.

Definition at line 41 of file task.h.


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