The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.