From 6045b03388fdd75d23898d6d2d8cf88b0f008456 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sun, 20 Oct 2024 03:29:53 +0000 Subject: [PATCH] add caveful_games/threadpool@0.1.5 roblox --- caveful_games/threadpool | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/caveful_games/threadpool b/caveful_games/threadpool index a5409e1..94a745d 100644 --- a/caveful_games/threadpool +++ b/caveful_games/threadpool @@ -9,3 +9,15 @@ repository = "https://github.com/CavefulGames/libs" environment = "roblox" lib = "init.luau" build_files = ["init.luau"] + +["0.1.5 roblox"] +published_at = "2024-10-20T03:29:53.307333006Z" +description = "Execute the functions in a separate thread, threads are pooled and reused. Credit to lukadev-0/util.luau" +license = "MIT" +authors = ["LukaDev (https://lukadev.me/)", "jiwonz"] +repository = "https://github.com/CavefulGames/libs" + +["0.1.5 roblox".target] +environment = "roblox" +lib = "init.luau" +build_files = ["init.luau"]