Re: Example for creating multiple signals?

2013-05-23 Thread Gary Willoughby
Thanks.

Re: Example for creating multiple signals?

2013-05-23 Thread Juan Manuel Cabo
On Thursday, 23 May 2013 at 15:22:06 UTC, Gary Willoughby wrote: I'm just looking at the signals example here: http://dlang.org/phobos/std_signals.html#.Signal where it says "Different signals can be added to a class by naming the mixins.". Has anyone got an example of this please? I'd like to

Example for creating multiple signals?

2013-05-23 Thread Gary Willoughby
I'm just looking at the signals example here: http://dlang.org/phobos/std_signals.html#.Signal where it says "Different signals can be added to a class by naming the mixins.". Has anyone got an example of this please? I'd like to have a class raise different signals if possible.