Registry / utility / ngaut-pools

ngaut-pools

JSON →
library0.0.0-20180318154953-b7bc8c42aac7gogounverified

A Go package providing generic resource pools, such as connection pools.

go get github.com/ngaut/pools
INSTALL
IMPORT
SIG · NGAUT-POOLS
N
ngaut-pools
utilitygov0.0.0-20180318154953-b7bc8c42aac7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pools
github.com/ngaut/pools

Create a resource pool

package main import ( "github.com/ngaut/pools" ) func main() { pool := pools.NewResourcePool(func() (pools.Resource, error) { return nil, nil }, 1, 10, 0) defer pool.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180318154953-b7bc8c42aac7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ngaut-pools — go get ngaut-pools · libregistry