HH\Lib\Async\Poll::add
Add an additional awaitable to the poll
public function add(
Awaitable<Tv> $awaitable,
): void;
Parameters
Awaitable<Tv>
$awaitable
Returns
void
The containing class is available as Async\Poll
in the www repository.
Add an additional awaitable to the poll
public function add(
Awaitable<Tv> $awaitable,
): void;
Awaitable<Tv>
$awaitable
void