TCP/TLS connection pooling for Eio
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-conpool: mark connection as private_modules

connection.mli opens with "Internal connection representation" and
Connection is not re-exported from conpool.mli (unlike Endpoint,
Config, Stats, Cmd). Marking it private enforces the internal label
at the compiler level and silences merlint E605 for this helper
module.

+1
+1
lib/dune
··· 1 1 (library 2 2 (name conpool) 3 3 (public_name conpool) 4 + (private_modules connection) 4 5 (libraries eio eio.unix tls-eio logs fmt cmdliner))