Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/sys/JobScheduler.h>
Public Member Functions | |
IteratorProducer (const I &iter) | |
virtual Job * | next (void) |
virtual void | harvest (Job *job) |
virtual void | harvest (T *job) |
Public Member Functions inherited from JobProducer | |
virtual | ~JobProducer (void) |
|
inline |
Called in a mutual exclusive way by the thread that performed the job to let the used process the result of the job.
Reimplemented from JobProducer.
References IteratorProducer< T, I >::harvest().
Referenced by IteratorProducer< T, I >::harvest().
|
inlinevirtual |