Comment C# can support coroutines (Score 1) 634
My (limited) understanding of continuations is that they are the same as coroutines. There was a very interesting article in MSDN Magazine about extending .NET with coroutines by using fibers and native (C) interop.