{"id":52295,"library":"thales-e-security-pool","title":"Pool","description":"Provides functionality to manage and reuse resources like connections.","status":"active","version":"0.0.2","language":"go","source_language":null,"source_url":"https://github.com/thales-e-security/pool","tags":["pool","resources","connection"],"install":[{"cmd":"go get github.com/thales-e-security/pool","lang":"bash","label":"Install github.com/thales-e-security/pool"}],"dependencies":[],"imports":[{"symbol":"pool","correct":"github.com/thales-e-security/pool"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/thales-e-security/pool\"\n)\n\nfunc main() {\n\tp := pool.NewResourcePool(func() (interface{}, error) { return \"resource\", nil }, 1, 10, 0)\n\tdefer p.Close()\n\tr, _ := p.Get()\n\tfmt.Println(r)\n}","lang":"go","description":"Create and use a resource pool"},"warnings":[],"env_vars":null,"search_vec":"'connect':10,13 'function':3 'like':9 'manag':5 'pool':1,11 'provid':2 'resourc':8,12 'reus':7","created_at":"2026-06-15T06:49:10.513824+00:00","updated_at":"2026-06-15T06:49:10.513824+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/thales-e-security/pool","github":"https://github.com/thales-e-security/pool","docs":"https://pkg.go.dev/github.com/thales-e-security/pool#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}