index/lukadev_0/future

17 lines
842 B
Text
Raw Normal View History

2024-10-12 20:11:51 +01:00
["1.0.0 roblox"]
published_at = "2024-10-12T19:11:51.048691094Z"
description = "Future<T> type in Luau"
license = "MIT"
authors = ["LukaDev <luka@lukadev.me> (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", "option.luau", "std.luau", "threadpool.luau"]
["1.0.0 roblox".dependencies]
option = [{ name = "lukadev_0/option", version = "^1.1.0", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"]
std = [{ name = "lukadev_0/std", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"]
threadpool = [{ name = "lukadev_0/threadpool", version = "^1.0.0", index = "https://github.com/daimond113/pesde-index", target = "roblox" }, "standard"]