Sunday 11 December 2005

Concurrency and Coordination Runtime

Microsoft is developing library that is going to streamline concurrent programming. You can watch it and read about it The library is still a little bit messy for me but it seems to be interesting. Especially I like the idea that you can execute an action only when two or more values are available and you do not have to check it. The library will tell you when it happens. But once again API is not very handy and it needs to be improved.