execute ======= :doc:`/types/JobSystem/index`::execute Launches a job to be executed by a worker thread. Declaration ----------- .. code-block:: cpp void execute(const std::function& job); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - job - const `std::function `_\& - The job to be executed by a worker thread. Returns ------- None.