Check whether the given Awaitable has finished
namespace HH\Asio; function has_finished<T>( Awaitable<T, mixed> $awaitable, ): bool;
Awaitable<T, mixed> $awaitable
bool