There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

App::TLSMe::Pool - Connection pool

SYNOPSIS

my $pool = App::TLSMe::Pool->new;

$pool->add_connection(...);

$pool->remove_connection(...);

DESCRIPTION

Singleton connection pool.

METHODS

new

App::TLSMe::Pool->new;

Return new object.

add_connection

$pool->add_connection(...);

Add new connection.

remove_connection

$pool->remove_connection(...);

Remove connection.