From 94407218ad7bc41d79eff517c3be39cc597b7980 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 12 Oct 2024 19:11:56 +0000 Subject: [PATCH] add lukadev_0/threadpool@1.0.0 roblox --- lukadev_0/threadpool | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lukadev_0/threadpool 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"]