diff --git a/lukadev_0/threadpool b/lukadev_0/threadpool new file mode 100644 index 0000000..3920741 --- /dev/null +++ b/lukadev_0/threadpool @@ -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 (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"]