libabigail
Public Member Functions | List of all members
task Class Referenceabstract

This represents a task to be performed. More...

#include <abg-workers.h>

Inheritance diagram for task:
[legend]

Public Member Functions

virtual void perform ()=0
 

Detailed Description

This represents a task to be performed.

Each instance of this type represents a task that can be performed concurrently to other instance of the same type.

An instance of task is meant to be performed by a worker (thread). A set of tasks can be stored in a queue.

Definition at line 42 of file abg-workers.h.


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