Last Modified
2020-12-20 04:36:24 -0600
Requires

Description

frozen_string_literal: true

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.