Cω: threading dialect of C#
July 19th, 2004
Microsoft’s new Cω (pronounced
“C-omega”) programming language extends C# with concurrency. Methods
can be marked async (and return immediately) or can be
chorded together (such that code runs only after each chorded
method completes in sequence). You can
now download
the Cω compiler. [seen at λtU]