CakeFest 2024: The Official CakePHP Conference

Swoole\Server::taskwait

(PECL swoole >= 1.9.0)

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

Description

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

Warning

This function is currently not documented; only its argument list is available.

Parameters

data

timeout

worker_id

Return Values

add a note

User Contributed Notes

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