To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
resource-pooling 0.3.2
Libraries
This package provides the following libraries (via ocamlobjinfo):
resource-pooling
Documentation:
Resource_pool
External resource pools.Server_pool
This module is built aroundResource_pool
. While a pool of typeResource_pool.t
manages a number of resources, here we manage a cluster of such pools. A typical use case would be a cluster of servers, where for each server we maintain a number of connections. A user of this module can calluse
to access one of the connections, which are served in a round-robin fashion.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page