Raven Engine v0.1
Loading...
Searching...
No Matches
Job.h File Reference

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

Detailed Description

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.

See also
ThreadPool.h, JobQueue.h
Author
PhilikusHD