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"]