add lukadev_0/threadpool@1.0.0 roblox

This commit is contained in:
pesde index updater 2024-10-12 19:11:56 +00:00
parent 380185c40e
commit 94407218ad

14
lukadev_0/threadpool Normal file
View file

@ -0,0 +1,14 @@
["1.0.0 roblox"]
published_at = "2024-10-12T19:11:56.522230332Z"
description = "Spawn threads using a thread pool"
license = "MIT"
authors = ["LukaDev <luka@lukadev.me> (https://lukadev.me/)"]
repository = "https://github.com/lukadev-0/util.luau"
["1.0.0 roblox".target]
environment = "roblox"
lib = "lib/init.luau"
build_files = ["lib", "std.luau"]
["1.0.0 roblox".dependencies]
std = [{ name = "lukadev_0/std", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"]