Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::sys::Job Class Reference

#include <elm/sys/JobScheduler.h>

+ Inheritance diagram for elm::sys::Job:

Additional Inherited Members

- Public Member Functions inherited from elm::sys::Runnable
virtual ~Runnable (void)
 
virtual void run (void)=0
 
- Protected Member Functions inherited from elm::sys::Runnable
void stop (void)
 
Threadcurrent (void) const
 

Detailed Description

A job is a small task (inheriting from sys::Runnable) that aims to be executed by the sys::JobSheduler class.


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