{"id":24430670,"url":"https://github.com/dc0d/workerpool","last_synced_at":"2025-04-12T12:44:55.639Z","repository":{"id":53579995,"uuid":"48161006","full_name":"dc0d/workerpool","owner":"dc0d","description":"A workerpool that can get expanded \u0026 shrink dynamically.","archived":false,"fork":false,"pushed_at":"2021-03-23T09:14:56.000Z","size":57,"stargazers_count":53,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T07:23:11.023Z","etag":null,"topics":["concurrency","extra-workers","go","golang","goroutine","initial-workers","pool","worker-pool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dc0d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2015-12-17T08:06:34.000Z","updated_at":"2025-02-11T21:32:18.000Z","dependencies_parsed_at":"2022-09-26T17:50:37.424Z","dependency_job_id":null,"html_url":"https://github.com/dc0d/workerpool","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc0d%2Fworkerpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc0d%2Fworkerpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc0d%2Fworkerpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dc0d%2Fworkerpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dc0d","download_url":"https://codeload.github.com/dc0d/workerpool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248570346,"owners_count":21126415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["concurrency","extra-workers","go","golang","goroutine","initial-workers","pool","worker-pool"],"created_at":"2025-01-20T14:57:29.187Z","updated_at":"2025-04-12T12:44:55.618Z","avatar_url":"https://github.com/dc0d.png","language":"Go","readme":"# workerpool\n\n\n\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT) [![Go Reference](https://pkg.go.dev/badge/github.com/dc0d/workerpool/v5.svg)](https://pkg.go.dev/github.com/dc0d/workerpool/v5) [![Go Report Card](https://goreportcard.com/badge/github.com/dc0d/workerpool)](https://goreportcard.com/report/github.com/dc0d/workerpool) [![Maintainability](https://api.codeclimate.com/v1/badges/8aacea5d15dbf2295a5d/maintainability)](https://codeclimate.com/github/dc0d/workerpool/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/8aacea5d15dbf2295a5d/test_coverage)](https://codeclimate.com/github/dc0d/workerpool/test_coverage)\n\n\nThis Go Module contains an implementation of a workerpool which can get expanded \u0026amp; shrink dynamically. Workers can get added when needed and get dismissed when no longer are needed. Of-course this workerpool can be used just as a simple one with a fixed size.\n\nExamples can be seen inside documents.\n\n## add as dependency modult\n\nIn the `go.mod` file of your code:\n\n```\nmodule github.com/user/project\n\ngo 1.15\n\nrequire (\n\tgithub.com/dc0d/workerpool/v5 v5.0.1\n\n    ...\n)\n```\n\nAnd in the code, import it as:\n\n```go\nimport \"github.com/dc0d/workerpool/v5\"\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdc0d%2Fworkerpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdc0d%2Fworkerpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdc0d%2Fworkerpool/lists"}