package resource-pooling

  1. Overview
  2. Docs
Library for pooling resources like connections, threads, or similar

Install

dune-project
 Dependency

Authors

Maintainers

Sources

resource-pooling-1.3.tbz
sha256=10026abfeaea0a5acc7c15c5e21030bc43fe637692da05c13c6f3ccae222ffef
sha512=50186ed79db3e9fe5274bcec8bbcc8e83a12f30d9be1dec4e9ad45b9bf01ce60fe76d9e4d95d3599f93572755c536a0e98bd53a38b1d11a422878b317ee7e4ac

doc/CHANGES.html

1.3

  • Replace the deprecated lwt_log with logs/logs.lwt for logging (Server_pool.section is now a Logs.src instead of Lwt_log.section). This removes the lwt_log dependency, which capped lwt < 6.0.0, and thus unblocks builds against Lwt >= 6.
  • Depend explicitly on lwt.unix (previously pulled transitively via lwt_log).