C# asynchronous events

User avatar
Finn Mac Cool
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

C# asynchronous events

Post by Finn Mac Cool »

I had a look at RX; surprising it uses (at least) the jargon of GOF/Java Observer (wrong design IMO) and that they did not go for the Delegate FP approach.



More generally, design patterns using delegates is much more flexible than using OOP approach. The issue is function signature and how to implement it.



For OP, in a multi-threaded solution you could use hand-crafted EventWaitHandles.
Post Reply