Registry / utility / thales-e-security-pool

thales-e-security-pool

JSON →
library0.0.2gogounverified

Provides functionality to manage and reuse resources like connections.

go get github.com/thales-e-security/pool
INSTALL
IMPORT
SIG · THALES-E-SECURITY-
T
thales-e-security-pool
utilitygov0.0.2
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.

pool
github.com/thales-e-security/pool

Create and use a resource pool

package main import ( "fmt" "github.com/thales-e-security/pool" ) func main() { p := pool.NewResourcePool(func() (interface{}, error) { return "resource", nil }, 1, 10, 0) defer p.Close() r, _ := p.Get() fmt.Println(r) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
thales-e-security-pool — go get thales-e-security-pool · libregistry