PHP 8.3.4 Released!

Swoole\Server::taskwait

(PECL swoole >= 1.9.0)

Swoole\Server::taskwaitSend data to the task worker processes in blocking way.

Açıklama

public Swoole\Server::taskwait(string $data, float $timeout = ?, int $worker_id = ?): void

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

data

timeout

worker_id

Dönen Değerler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top