libabigail
|
This represents a task to be performed. More...
#include <abg-workers.h>
Public Member Functions | |
virtual void | perform ()=0 |
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.