![]() |
Raven Engine v0.1
|
Declares the Job class for encapsulating tasks to be executed. More...
#include <functional>#include <utility>Classes | |
| class | Raven::Job |
| Represents a job that encapsulates a task to be executed. More... | |
Namespaces | |
| namespace | Raven |
Declares the Job class for encapsulating tasks to be executed.
The Job class wraps a task as a std::function and provides an interface to execute it. This is used for managing units of work that need to be scheduled or executed at a later time.