[ 原始碼: lua-mediator ]
套件:lua-mediator(1.1.2-0-8)
lua-mediator 的相關連結
Debian 的資源:
下載原始碼套件 lua-mediator:
- [lua-mediator_1.1.2-0-8.dsc]
- [lua-mediator_1.1.2-0.orig.tar.gz]
- [lua-mediator_1.1.2-0-8.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Mediator pattern implementation in Lua
mediator_lua is a simple class that allows you to listen to events by subscribing to and sending data to channels.
Its purpose is to help you decouple code where you might otherwise have functions calling functions calling functions.