From de8e12df163ca3acb3bb4812ffb6647829f5a038 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sun, 20 Oct 2024 03:05:52 +0000 Subject: [PATCH] add caveful_games/threadpool@0.1.4 roblox --- caveful_games/threadpool | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 caveful_games/threadpool diff --git a/caveful_games/threadpool b/caveful_games/threadpool new file mode 100644 index 0000000..a5409e1 --- /dev/null +++ b/caveful_games/threadpool @@ -0,0 +1,11 @@ +["0.1.4 roblox"] +published_at = "2024-10-20T03:05:52.499058272Z" +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.4 roblox".target] +environment = "roblox" +lib = "init.luau" +build_files = ["init.luau"]