
22 Aug
2009
22 Aug
'09
11:37 p.m.
On Sat, Aug 22, 2009 at 3:35 PM, Robert Ramey <ramey@rrsd.com> wrote:
How would this differ from the signals/slots library?
The difference is that when invoked, a multimethod selects a single best registered method implementation based on the dynamic types of its parameters, whereas signal calls all of its registered methods, which accept parameters of the same type. Nick