PSYQO SDK
psyqo::TaskQueue
Class
Class
A task queue for processing tasks sequentially.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "psyqo/task.hh"
psyqo::TaskQueue& value = /* obtain a valid instance from your game */;Nested types
Public methods
butCatchSets the exception handler.MethodfinallySets the finally handler.MethodisRunningQueries the status of the queue.MethodresetResets the queue.MethodrunRuns the task queue.MethodscheduleSchedules the task queue to another task queue.MethodstartWithEnqueues a task for execution.MethodthenEnqueues a task for execution.Method