{"id":22871203,"url":"https://github.com/yetanotherclown/threadpool","last_synced_at":"2025-10-24T18:13:51.359Z","repository":{"id":142298779,"uuid":"612861887","full_name":"YetAnotherClown/ThreadPool","owner":"YetAnotherClown","description":"A library for creating Thread Pools to improve performance and reduce latency on Roblox.","archived":false,"fork":false,"pushed_at":"2023-06-16T06:22:09.000Z","size":630,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T16:59:19.153Z","etag":null,"topics":["luau","roblox","roblox-library","roblox-lua"],"latest_commit_sha":null,"homepage":"https://yetanotherclown.github.io/ThreadPool/","language":"Lua","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/YetAnotherClown.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-03-12T07:40:37.000Z","updated_at":"2024-09-17T04:15:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9127bad-f30a-42f9-82dd-470113f1a9b6","html_url":"https://github.com/YetAnotherClown/ThreadPool","commit_stats":null,"previous_names":["yetanotherclown/threadpool"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FThreadPool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FThreadPool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FThreadPool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YetAnotherClown%2FThreadPool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YetAnotherClown","download_url":"https://codeload.github.com/YetAnotherClown/ThreadPool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246460741,"owners_count":20781200,"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":["luau","roblox","roblox-library","roblox-lua"],"created_at":"2024-12-13T13:17:34.223Z","updated_at":"2025-10-24T18:13:46.316Z","avatar_url":"https://github.com/YetAnotherClown.png","language":"Lua","readme":"# ThreadPool\n\n\u003ca href=\"https://yetanotherclown.github.io/ThreadPool/\"\u003e\u003cstrong\u003eView docs\u003c/strong\u003e\u003c/a\u003e\n\nA library for creating Thread Pools to improve performance and reduce latency.\n\n---\n\n#### Thread Pooling\nThread Pooling reuses already existing threads instead of creating new threads every time you need to use one.\n\n#### Why use this?\nYou shouldn't need to, unless you are creating multiple threads at a given time.\n\n#### Usage\n```lua\nlocal ThreadPool = Require(ReplicatedStorage.Packages.ThreadPool)\n\nlocal myThreadPool = ThreadPool.new()\n\nmyThreadPool:spawn(function(...)\n        print(...) -- Prints \"Hello World\"\nend, \"Hello, world!\")\n```\n\n---\n\n#### Installing\n\nWithin your ``wally.toml`` file:\n```toml\n[dependences]\nThreadPool = \"yetanotherclown/threadpool@1.0.0\"\n```\n\n#### Building with Rojo\n\nTo build yourself, use: \n```bash\nrojo build -o \"ThreadPool.rbxm\"\n```\n\nFor more help, check out [the Rojo documentation](https://rojo.space/docs).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanotherclown%2Fthreadpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyetanotherclown%2Fthreadpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanotherclown%2Fthreadpool/lists"}