Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csThreadJobQueue Class Reference
iJobQueue implementation that lets the jobs run in a thread. More...
#include <csutil/threadjobqueue.h>
Inheritance diagram for csThreadJobQueue:

Public Member Functions | |
virtual void | Enqueue (iJob *job) |
Add a job to the queue. | |
virtual void | PullAndRun (iJob *job) |
Check if a job is still in the queue. | |
virtual void | Unqueue (iJob *job, bool waitIfCurrent=true) |
Remove a job from the queue. | |
Public Attributes | |
SCF_DECLARE_IBASE |
Detailed Description
iJobQueue implementation that lets the jobs run in a thread.
Definition at line 35 of file threadjobqueue.h.
Member Function Documentation
|
Add a job to the queue.
Implements iJobQueue. |
|
Check if a job is still in the queue. If yes, remove it from the queue and run it immediately. Implements iJobQueue. |
|
Remove a job from the queue. If the job is currently running and waitIfCurrent is true, wait until the job has finished. This guarantees that the queue won't hold any reference to the job object. Implements iJobQueue. |
The documentation for this class was generated from the following file:
- csutil/threadjobqueue.h
Generated for Crystal Space by doxygen 1.4.4