Events in D
bitwise via Digitalmars-d
digitalmars-d at puremagic.com
Tue Aug 29 15:12:30 PDT 2017
On Tuesday, 29 August 2017 at 20:27:11 UTC, kinke wrote:
>
> I like the C# event syntax too and came up with the following D
> analogon, just to prove that a primitive library-based solution
> in D is doable in 35 lines and can offer as much comfort as C#
> here.
My current implementation looks basically the same, which is what
prompted me to create this thread. Neither of our implementations
address the issues I've stated above - and those issues aren't
trivial corner cases either.
More information about the Digitalmars-d
mailing list