[ ソース: 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.