add caveful_games/threadpool@0.2.0 roblox

This commit is contained in:
pesde index updater 2024-12-25 07:24:20 +00:00
parent b40169accb
commit 0003d01246

View file

@ -69,3 +69,19 @@ repository = "https://github.com/CavefulGames/libs"
environment = "roblox" environment = "roblox"
lib = "lib.luau" lib = "lib.luau"
build_files = ["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 <luka@lukadev.me> (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"]