Welcome to MSDN Blogs Sign in | Join | Help

Concurrently Speaking

A blog by Niklas Gustafsson on topics loosely related to concurrency and manycore

Browse by Tags

All Tags » C++   (RSS)
The Perils of Lock-Freeness & Getting Tasks onto the UI Thread
In my last post, I was looking for someone to tell me about a race condition in the cancel() code path, but to my embarrassment, Krishnan Varadarajan, one of the many talented developers on the ConcRT team, pointed out a bad race on the run/wait code Read More...
Grandiosely Serialized Tasks
No one can accuse me of spamming the MSDN blog site with too many posts, but after months of writing nothing, I recently and suddenly felt inspired to get something posted again. Maybe it had something to do with the release of Beta 2 of VS 2010 and .NET Read More...
C++ Agents
At PDC 2008, we talked a lot about agents-based programming, in particular during the native C++ talks on parallel programming. We showed how the agents library that we plan to ship in VS 2010 can be used to overlap I/O with computationally intensive Read More...
Page view tracker