Manual:JobQueue.php

From Linux Web Expert

Revision as of 23:47, 21 August 2020 by imported>Shirayuki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details

JobQueue.php file contains the Job class. This is the abstract class to describe a background job. The class also contains static functions for handling jobs (insert jobs in the queue and pop jobs from the queue).