execute

JobSystem::execute

Launches a job to be executed by a worker thread.

Declaration

void execute(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.