From 0003d01246fe1946575ee3020eac5d95923b81e9 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Wed, 25 Dec 2024 07:24:20 +0000 Subject: [PATCH] add caveful_games/threadpool@0.2.0 roblox --- caveful_games/threadpool | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/caveful_games/threadpool b/caveful_games/threadpool index 8808647..8fc19f6 100644 --- a/caveful_games/threadpool +++ b/caveful_games/threadpool @@ -69,3 +69,19 @@ repository = "https://github.com/CavefulGames/libs" environment = "roblox" lib = "lib.luau" build_files = ["lib.luau"] + +["0.2.0 roblox"] +published_at = "2024-12-25T07:24:20.095105919Z" +description = "Execute the functions in a separate thread, threads are pooled and reused. Credit to lukadev-0/util.luau" +license = "MIT" +authors = ["LukaDev (https://lukadev.me/)", "jiwonz"] +repository = "https://github.com/CavefulGames/threadpool" + +["0.2.0 roblox".target] +environment = "roblox" +lib = "lib.luau" +build_files = ["lib.luau"] + +["0.2.0 roblox".dependencies] +rojo = [{ name = "pesde/rojo", version = "^7.4.4", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +scripts = [{ name = "pesde/scripts_rojo", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]