![]() |
Raven Engine v0.1
|
Files | |
| Job.h | |
| Declares the Job class for encapsulating tasks to be executed. | |
| JobQueue.h | |
| Thread-safe queue for scheduling and retrieving jobs. | |
| ThreadPool.cpp | |
| ThreadPool.h | |
| Manages a pool of worker threads for executing jobs concurrently. | |
| Worker.h | |
| Defines the Worker class which processes jobs from a job queue on its own thread. | |