1

Topic: Continuations

An interesting feature I found recently:

http://www.mono-project.com/Continuations

Since all microthreads would operate under the same real thread, there's no need to deal with concurrency issues. At the same time, it allows you to get rid of almost all callbacks - serious code simplification going along with that.