The containing class is available as Async\KeyedPoll
in the www repository.
Create a KeyedPoll
from the specified list of awaitables
public static function from(
KeyedTraversable<Tk, Awaitable<Tv>> $awaitables,
): this;
See Poll
if keys are unimportant.
this