HH\Lib\Async\Poll::add

Meta Engineer?

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;

Parameters

Returns

  • void