{"id":24189697,"url":"https://github.com/ztgx/libpool-rs","last_synced_at":"2026-05-10T13:19:39.353Z","repository":{"id":126533214,"uuid":"203330980","full_name":"zTgx/libpool-rs","owner":"zTgx","description":"A simple threadpool.","archived":false,"fork":false,"pushed_at":"2019-08-20T09:37:49.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T14:45:08.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zTgx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2019-08-20T08:14:29.000Z","updated_at":"2019-08-20T09:37:51.000Z","dependencies_parsed_at":"2023-06-17T03:45:30.770Z","dependency_job_id":null,"html_url":"https://github.com/zTgx/libpool-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Flibpool-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Flibpool-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Flibpool-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Flibpool-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zTgx","download_url":"https://codeload.github.com/zTgx/libpool-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241601167,"owners_count":19988879,"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":[],"created_at":"2025-01-13T14:30:26.152Z","updated_at":"2026-05-10T13:19:37.830Z","avatar_url":"https://github.com/zTgx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [libpool-rs](https://github.com/zTgx/libpool-rs.git)  [![Build Status](https://travis-ci.org/zTgx/libpool-rs.svg?branch=master)](https://travis-ci.org/zTgx/libpool-rs)\nThis libpool project from [TheRustProgrammingLanguageBook](https://doc.rust-lang.org/stable/book/ch20-03-graceful-shutdown-and-cleanup.html) is for study.\n\n# Usage\nAdd dependencies\n```\n[dependencies]\nlibpool = \"0.1.0\"\n```\n\n```rust\nextern crate libpool;\nuse libpool::*;\n\nfn main() {\n    ThreadPool::new(5).execute(move ||{\n    });\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztgx%2Flibpool-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fztgx%2Flibpool-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztgx%2Flibpool-rs/lists"}