Manual:JobQueue.php
Appearance
![]() | This page is outdated. |
MediaWiki file: JobQueue.php | |
---|---|
Location: | includes/jobqueue/ |
Source code: | master • 1.44.0 • 1.43.3 • 1.39.13 |
Classes: | JobQueue |
Details
[edit]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).