Johannes Deml

Results 33 comments of Johannes Deml

Hi @Benjamin-Justice, even though it might clutter the Signals class a bit, I think your proposal adds value in usability and helps readability when not wanting to cache the signal...

It is possible to add an override for invoke to make the derived class visible in the stack trace ``` protected override void Invoke(int index) { base.Invoke(index); } ```

Heya! Thanks for reaching out. As you might have noticed, not much happened on that repo for quite some time. This is because this was more of a proof of...