Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Job Class Reference

#include <elm/sys/JobScheduler.h>

+ Inheritance diagram for Job:

Additional Inherited Members

- Public Member Functions inherited from Runnable
 Runnable (void)
 
virtual ~Runnable (void)
 
virtual void run (void)
 
Threadthread (void) const
 
- Static Public Member Functions inherited from Runnable
static Runnablecurrent (void)
 
- Static Public Attributes inherited from Runnable
static Runnable null
 
- Protected Member Functions inherited from Runnable
void stop (void)
 

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: