Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/sys/JobScheduler.h>
Additional Inherited Members | |
Public Member Functions inherited from Runnable | |
Runnable (void) | |
virtual | ~Runnable (void) |
virtual void | run (void) |
Thread * | thread (void) const |
Static Public Member Functions inherited from Runnable | |
static Runnable & | current (void) |
Static Public Attributes inherited from Runnable | |
static Runnable | null |
Protected Member Functions inherited from Runnable | |
void | stop (void) |
A job is a small task (inheriting from sys::Runnable) that aims to be executed by the sys::JobSheduler class.