minwin

Bill Baxter wbaxter at gmail.com
Thu Nov 30 16:20:35 PST 2006


Tomas Lindquist Olsen wrote:
> Bill Baxter wrote:
> 
>> DSource seems to be down at the moment, but I notice from the source I 
>> downloaded from your site that the implementation of MultiDelegate, 
>> used for notifications in the library, is ripe for Tuple-fication.  
>> Lot's o templates there overloaded on number of arguments.
>>
>> --bb
> 
> 
> Yup I noticed that as well, and SVN trunk now uses variadic templates

Cool.

Probably worth discussing whether MultiDelegate is the right way to do 
it, considering how similar it is to std.signals.Signal.

It seems to lack the safe disconnection mechanism in Signal.
But it adds a boolean return value.

--bb



More information about the Digitalmars-d-announce mailing list