HH\Asio\WrappedResult::getResult

Since this is a successful result wrapper, this always returns the actual result of the Awaitable operation

public function getResult(): T;

Returns