Last Modified
2019-10-01 04:02:30 -0700
Requires

Description

A connection “pool” that only manages one connection for now. Provides thread safe `checkout` and `checkin` methods. The pool consists of one connection that corresponds to `http_args`. This class is private, do not use it.