1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
queue.php
См. документацию.
1<?php
2
9
10namespace Bitrix\Main\Web\Http;
11
12use Bitrix\Main\Application;
13
14abstract class Queue
15{
16 public function __construct()
17 {
18 // wait for promises if no one called wait()
19 Application::getInstance()->addBackgroundJob([$this, 'wait'], [], Application::JOB_PRIORITY_LOW);
20 }
21
28 abstract public function wait(?Promise $targetPromise = null): array;
29}
const JOB_PRIORITY_LOW
Определения application.php:32
static getInstance()
Определения application.php:98
__construct()
Определения queue.php:16
wait(?Promise $targetPromise=null)
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804