katcipis / luanotify

Luanotify is a Lua package providing tools for implementing observer programming pattern
http://wiki.github.com/katcipis/luanotify
GNU Lesser General Public License v3.0
20 stars 4 forks source link

Accumulator as table #15

Open katcipis opened 14 years ago

katcipis commented 14 years ago

Implement on the Signal and on the Event system the possibility of passing a table as accumulator instead of a function, and the table will be populated with the results.