fr00b0/nod

Slot return values

fr00b0 opened this issue · 1 comments

Design and implement some way of capturing slot return values when triggering signals.

Commit a5c541e added the ability to accumulate slot return values through a "accumulator" proxy object. The solution is modeled on the std::accumulate algorithm.
There are some loose plans on complementing this with another way of handling return values.