{"id":64990,"library":"jeffail-tunny","title":"Tunny","description":"A goroutine pool for Go.","status":"active","version":"0.1.4","language":"go","source_language":null,"source_url":"https://github.com/Jeffail/tunny","tags":["goroutine","pool","concurrency","worker"],"install":[{"cmd":"go get github.com/Jeffail/tunny","lang":"bash","label":"Install github.com/Jeffail/tunny"}],"dependencies":[],"imports":[{"symbol":"tunny","correct":"github.com/Jeffail/tunny"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/Jeffail/tunny\"\n)\n\nfunc main() {\n\tpool := tunny.NewFunc(4, func(payload interface{}) interface{} {\n\t\treturn payload\n\t})\n\tdefer pool.Close()\n\tresult := pool.Process(\"hello\")\n\tfmt.Println(result)\n}","lang":"go","description":"Create a goroutine pool and process a task."},"warnings":[],"env_vars":null,"search_vec":"'concurr':9 'go':6 'goroutin':3,7 'pool':4,8 'tunni':1 'worker':10","created_at":"2026-06-17T17:03:01.677020+00:00","updated_at":"2026-06-17T17:03:01.677020+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/Jeffail/tunny","github":"https://github.com/Jeffail/tunny","docs":"https://pkg.go.dev/github.com/Jeffail/tunny#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-17","next_check":"2026-12-14","install_tag":null}}