So I take it this is not in VS 2010 beta 1, but may be in beta 2? Downloading...
It will be in VS 2010 Not sure of the exact ship stage (Beta 2, etc). It will certainly be in RTM...
C
A.W.E.S.O.M.E. I don't suppose there's any rough estimate of Beta 2's arrival Charles? Is breath holding advised?
I'm excited too. This is awesome stuff and very deep in implications for distributed reactive programming on the .NET stack. To be clear, I do not know the exact ship vehicle (meaning, I do not know if beta 2 is the target). All I know is that these two new types will ship as part of VS 2010. The VS People own the timing plan. Me, I'm just a lawnmower. You can tell me by the way I walk.
http://www.paulbatum.com/2009/07/reacting-to-reactive-framework-part-5.html
http://evain.net/blog/articles/2009/07/30/rebasing-system-reactive-to-the-net-clr
We are actually thinking about this
In your first C# sample...
var o = Observable.Return(1); o.Subscribe( x => Console.WriteLine("OnNext({0})", x), ex => Console.WriteLine("Error()"), () => Console.WriteLine("Completed()") );
When you say 2010 BCL, you mean .NET 4 right?
Yes. .NET 4 is the product marketing terminology. Sorry for the confusion.