NAME
App::TLSMe::Pool - Connection pool
SYNOPSIS
App::TLSMe::Pool->add_connection(...);
App::TLSMe::Pool->remove_connection(...);
DESCRIPTION
Singleton connection pool.
METHODS
instance
App::TLSMe::Pool->instance;
Return instance object.
add_connection
App::TLSMe::Pool->add_connection(...);
Add new connection.
remove_connection
App::TLSMe::Pool->remove_connection(...);
Remove connection.