Signals & Slots

Walter Bright newshound1 at digitalmars.com
Mon Nov 5 10:56:45 PST 2007


Lutger wrote:
> std.signals only accepts member functions.

That is not exactly correct, it accepts delegates. Delegates are a 
superset of member functions and nested functions. std.signals is also 
thread safe.



More information about the Digitalmars-d mailing list