Overrides HttpAsyncClient::sendAsyncRequest
public function sendAsyncRequest(RequestInterface $request) { $promise = $this->guzzle ->sendAsync($request); return new Promise($promise, $request); }