Amp\Artax\HttpSocketPool::checkin PHP 메소드

checkin() 공개 메소드

Checkin a previously checked-out socket
public checkin ( resource $socket ) : self
$socket resource
리턴 self
    public function checkin($socket)
    {
        $this->sockPool->checkin($socket);
        return $this;
    }