mirror of
https://github.com/pesde-pkg/index.git
synced 2024-12-12 03:10:36 +00:00
add lukadev_0/threadpool@1.0.1 roblox
This commit is contained in:
parent
e0d31b756e
commit
7627dc9a42
1 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,21 @@ 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"]
|
||||
|
||||
["1.0.1 roblox"]
|
||||
published_at = "2024-11-02T13:46:28.711855227Z"
|
||||
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 roblox".target]
|
||||
environment = "roblox"
|
||||
lib = "lib/init.luau"
|
||||
build_files = ["lib", "std.luau"]
|
||||
|
||||
["1.0.1 roblox".dependencies]
|
||||
std = [{ name = "lukadev_0/std", version = "^1.0.1", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"]
|
||||
|
||||
["1.0.1 lune"]
|
||||
published_at = "2024-11-02T13:46:25.253247861Z"
|
||||
description = "Spawn threads using a thread pool"
|
||||
|
|
Loading…
Reference in a new issue