executeJob
Script::executeJob
Launches a job to be executed by a worker thread.
Declaration
void executeJob(const std::function<void()>& job);
Parameters
Name |
Type |
Description |
---|---|---|
job |
const std::function<void()>& |
The job to be executed by a worker thread. |
Returns
None.