summaryrefslogtreecommitdiff
path: root/devel/lua-mediator/DESCR
blob: 9971378a01b8ec5e0c8ad57a15a37e03bbc0c98e (plain)
1
2
3
4
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.