← Back to Portfolio

Concurrent Runtime

Project information

Concurrent Runtime

I worked on the Concurrency Runtime for C++ for several years. The Concurrency Runtime helps you write robust, scalable, and responsive parallel applications. It raises the level of abstraction so you do not have to manage the infrastructure details related to concurrency, and lets you specify scheduling policies that meet the quality-of-service demands of your applications.

I wrote a blog / tutorial about an end-to-end scenario for the Concurrency Runtime and Visual Studio 2010, involving building a financial application and measuring and tuning its performance.