From 7627dc9a4255e0319d8abe03eff3b6a24eb5cc4e Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 2 Nov 2024 13:46:28 +0000 Subject: [PATCH] add lukadev_0/threadpool@1.0.1 roblox --- lukadev_0/threadpool | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lukadev_0/threadpool b/lukadev_0/threadpool index aee9be3..5f26897 100644 --- a/lukadev_0/threadpool +++ b/lukadev_0/threadpool @@ -27,6 +27,21 @@ lib = "lib/init.luau" ["1.0.0 lune".dependencies] std = [{ name = "lukadev_0/std", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"] +["1.0.1 roblox"] +published_at = "2024-11-02T13:46:28.711855227Z" +description = "Spawn threads using a thread pool" +license = "MIT" +authors = ["LukaDev (https://lukadev.me/)"] +repository = "https://github.com/lukadev-0/util.luau" + +["1.0.1 roblox".target] +environment = "roblox" +lib = "lib/init.luau" +build_files = ["lib", "std.luau"] + +["1.0.1 roblox".dependencies] +std = [{ name = "lukadev_0/std", version = "^1.0.1", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"] + ["1.0.1 lune"] published_at = "2024-11-02T13:46:25.253247861Z" description = "Spawn threads using a thread pool"