1 Star 1 Fork 0

adan shaw / adan_srv-v9

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hive-0.1-1.rockspec 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
adan-shaw 提交于 2023-12-31 17:52 . first upload
package = "hive"
version = "0.1-1"
source = {
url = "http://..." -- We don't have one yet
}
description = {
summary = "Parallel multiple lua states.",
detailed = [[
Hive is a small library to provide parallel
multiple lua states . It works like an erlang
system . You can use actor model in lua.
]],
homepage = "https://github.com/cloudwu/hive",
license = "MIT/X11",
maintainer = "云风 <cloudwu@gmail.com>"
}
supported_platforms = {
"unix",
"windows",
"macosx",
}
dependencies = {
"lua >= 5.2, < 5.3"
}
build = {
type = "builtin",
modules = {
hive = "hive.lua",
["hive.system"] = "hive/system.lua",
["hive.socket"] = "hive/socket.lua",
["hive.core"] = {
sources = {
"src/hive.c",
"src/hive_cell.c" ,
"src/hive_seri.c" ,
"src/hive_scheduler.c" ,
"src/hive_env.c" ,
"src/hive_cell_lib.c" ,
"src/hive_system_lib.c" ,
"src/hive_socket_lib.c",
},
libraries = { "pthread" },
}
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/adan_shaw/adan_srv-v9.git
git@gitee.com:adan_shaw/adan_srv-v9.git
adan_shaw
adan_srv-v9
adan_srv-v9
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891