add lukadev_0/threadpool@1.0.1 lune

This commit is contained in:
pesde index updater 2024-11-02 13:46:25 +00:00
parent 26c859c9f9
commit e0d31b756e

View file

@ -26,3 +26,17 @@ lib = "lib/init.luau"
["1.0.0 lune".dependencies] ["1.0.0 lune".dependencies]
std = [{ name = "lukadev_0/std", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"] std = [{ name = "lukadev_0/std", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"]
["1.0.1 lune"]
published_at = "2024-11-02T13:46:25.253247861Z"
description = "Spawn threads using a thread pool"
license = "MIT"
authors = ["LukaDev <luka@lukadev.me> (https://lukadev.me/)"]
repository = "https://github.com/lukadev-0/util.luau"
["1.0.1 lune".target]
environment = "lune"
lib = "lib/init.luau"
["1.0.1 lune".dependencies]
std = [{ name = "lukadev_0/std", version = "^1.0.1", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"]