lua-eco 依赖 编译 Ubuntu OpenWrt lua-eco Lua-eco 是一个内置了事件循环的 Lua 解释器。它能够自动调度轻量级 Lua 协程, 从而实现在 Lua 中的高效并发。使用 Lua-eco 可以构建高性能、可扩展的应用程序。 Lua-eco 还提供了一些有用的模块,方便您快速构建应用程序: log:为 lua-eco 应用程序提供日志功能,允...
feat(socket): automatically detects the IP address type for connect 7个月前 ssl.c fix(socket): fix panic while send on a closed socket. 6个月前 ssl.lua refactor(socket): embedipv6parameters in options 8个月前 sync.lua feat(sync): add return value for cond:signal and cond:broadcast ...