Cooperative Threading r0 (See the current copy)

Cooperative Threading (sometimes called "fibers")

Threading model where each thread must explicitly give up control of the process or CPU to allow other threads to run.