Rx - for beginners (part 4): Handlers(blogs.microsoft.co.il)
submitted by
bnayae(350) 2 years, 2 months ago
this post will focus on anonymous observer handler.
Anonymous Observer
as we mention on the previous posts, IObserver is used as a callback interface
which can be subscribe to the IObservable,
but this is a bit of overkill, when what we subscribe is relatively small (like Console.Write).
wouldn't it be nice to use Lamda expression instead?
|category: C#
|Views: 48
tags:
C# another
Everyones tags:
Your Tags: