= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
library for pooling resources like connections, threads, or similar
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
0.3.2.tar.gz
md5=d234136f41f60a9670195148c1bcf73d
Description
This package is derived from the module Lwt_pool from the lwt package, which implements resource pooling. With Resource_pool this package provides a modified version with additional features. Also there is a module called Server_pool that manages resource clusters, specifically a cluster of servers each with its own connection pool.
Published: 21 Aug 2018
Dependencies (5)
-
ocamlfind
build
-
ocamlbuild
build
- lwt_log
-
lwt
>= "2.4.7"
-
ocaml
>= "4.02" & < "5.0.0"
Dev Dependencies
-
None
Used by
-
None
Conflicts
-
None
On This Page