![]() |
Raven Engine v0.1
|
Job scheduling and multithreading system. More...
Classes | |
| class | Raven::Job |
| Represents a job that encapsulates a task to be executed. More... | |
| class | Raven::JobQueue< T > |
| A thread-safe queue for enqueuing and dequeuing jobs. More... | |
| class | Raven::ThreadPool |
| A thread pool for scheduling and executing jobs in parallel. More... | |
| class | Raven::Worker |
| Background thread that fetches and executes jobs from a JobQueue. More... | |
Job scheduling and multithreading system.