From 77bf414675c0b0546e7581944cf37141a9cc0222 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 12 Oct 2024 19:11:59 +0000 Subject: [PATCH] add lukadev_0/threadpool@1.0.0 lune --- lukadev_0/threadpool | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lukadev_0/threadpool b/lukadev_0/threadpool index 3920741..85ad31c 100644 --- a/lukadev_0/threadpool +++ b/lukadev_0/threadpool @@ -12,3 +12,17 @@ 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"] + +["1.0.0 lune"] +published_at = "2024-10-12T19:11:59.079736966Z" +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 lune".target] +environment = "lune" +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"]