callable $cb])Requeue an http\Client\Request.
The difference simply is, that this method, in contrast to http\Client::enqueue(), does not throw an http\Exception when the request to queue is already enqueued and dequeues it automatically prior enqueueing it again.
callable $cb# as function(\http\Response $response#) : ?boolcallback to automatically call when the request has finished.