From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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.