HH\Lib\Async\BasePoll::addImpl
final protected function addImpl(
Tk $key,
Awaitable<Tv> $awaitable,
): void;
Parameters
Tk $key
Awaitable<Tv>
$awaitable
Returns
void
The containing class is available as Async\BasePoll
in the www repository.
final protected function addImpl(
Tk $key,
Awaitable<Tv> $awaitable,
): void;
Tk $key
Awaitable<Tv>
$awaitable
void