Manual:JobQueue.php/ko
Appearance
이 페이지 문서는 오래되었습니다. |
| 미디어위키 파일: JobQueue.php | |
|---|---|
| 위치: | includes/jobqueue/ (1.46 이후에는 includes/JobQueue/) |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | MediaWiki\JobQueue\JobQueue |
상세
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).