This might be a problem, accumulators receive as parameters the return of each handler call, the Signal class does not support any kind of special parameter, it simply call the handlers passing the return of them to the accumulator. Implementing a accumulator that receives the emmited event name as first parameter would make necessary remaking something on the Signal class or dont using the Signal class at all on the event system.
This might be a problem, accumulators receive as parameters the return of each handler call, the Signal class does not support any kind of special parameter, it simply call the handlers passing the return of them to the accumulator. Implementing a accumulator that receives the emmited event name as first parameter would make necessary remaking something on the Signal class or dont using the Signal class at all on the event system.