waving android

I am currently a software engineer at Google, where as a member of the Android platform team I build frameworks and user interfaces.

The blog here at is mostly historical; you can find more recent posts on .

Cω: threading dialect of C#

July 19th, 2004



Microsoft’s new (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]

newer: older: