μC++

From Wikipedia, the free encyclopedia

μC++, also called uC++, is a programming language, an extension of C++ designed for concurrent programming. Among other features, it adds coroutines, tasks, and monitors, and extends existing language constructs to integrate with them. Its compiler operates as a source-to-source translator targeting C++.

μC++ is part of the University of Waterloo's μSystem project, a large-scale project led by professor Peter Buhr with the goal to create a "highly-concurrent shared-memory programming system".[1]

[edit] External links