The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.