HH\Lib\Async\Poll::addMulti

Meta Engineer?

The containing class is available as Async\Poll in the www repository.

Add multiple additional awaitables to the poll

public function addMulti(
  Traversable<Awaitable<Tv>> $awaitables,
): void;

See KeyedPoll if you have a KeyedTraversable and want to preserve keys.

Parameters

Returns

  • void