{"id":20543770,"url":"https://github.com/isarandi/throttledpool","last_synced_at":"2026-05-21T16:03:41.122Z","repository":{"id":172885792,"uuid":"649703437","full_name":"isarandi/throttledpool","owner":"isarandi","description":"Parallel process pool that throttles the task producer thread to avoid out-of-memory issues","archived":false,"fork":false,"pushed_at":"2023-06-06T00:00:20.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T15:35:59.717Z","etag":null,"topics":["blocking-queue","bounded-buffer","multiprocessing","process-pool","semaphore"],"latest_commit_sha":null,"homepage":"","language":"Python","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/isarandi.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-05T13:02:01.000Z","updated_at":"2024-02-08T23:09:00.000Z","dependencies_parsed_at":"2024-01-01T08:27:39.217Z","dependency_job_id":null,"html_url":"https://github.com/isarandi/throttledpool","commit_stats":null,"previous_names":["isarandi/throttledpool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fthrottledpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fthrottledpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fthrottledpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isarandi%2Fthrottledpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isarandi","download_url":"https://codeload.github.com/isarandi/throttledpool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242150748,"owners_count":20080006,"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":["blocking-queue","bounded-buffer","multiprocessing","process-pool","semaphore"],"created_at":"2024-11-16T01:40:15.207Z","updated_at":"2026-05-21T16:03:36.081Z","avatar_url":"https://github.com/isarandi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThrottledPool\nParallel process pool that throttles the task producer thread to avoid out-of-memory issues.\n\n## Example usage\n\n```python\n\nresults = []\nwith throttledpool.ThrottledPool() as pool:\n    for item in items:\n        pool.apply_async(process_fn, (item, other_arg), kwargs=dict(a=1), callback=results.append)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisarandi%2Fthrottledpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisarandi%2Fthrottledpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisarandi%2Fthrottledpool/lists"}