JobSystem

Inherits JobSystemInterface.

Functions

Name

Description

execute

Launches a job to be executed by a worker thread.

dispatch

Launches a job to be executed by multiple worker threads.

isBusy

Checks if any worker thread is still executing a job.

wait

Waits for all worker threads to finish their jobs.

getNumThreads

Returns the number of threads.