TCP/TLS connection pooling for Eio

tweaks

Changed files
-3
lib
-3
lib/conpool.mli
···
'a
(** Acquire connection, use it, automatically release back to pool.
-
This is the only way to use connections from the pool. All resource management
-
is handled automatically through Eio's switch mechanism.
-
If idle connection available and healthy:
- Reuse from pool (validates health first)
Else: