Changes to Cooperative Threading between r3 and r5

'''Cooperative Threading'''

This [thread]ing model is sometimes called "[fibers]". It is the threading model where each thread must ''explicitly'' give up control of the process or CPU to allow other threads to run. --> This [threading model] is sometimes called "[fibers]". It is the [threading model] where each thread must ''explicitly'' give up control of the process or CPU to allow other [threads] to run.
(blank line)
Compare to [Preemptive Threading]

Legend

     Only in r3
     Only in r5
     -->      Modified slightly between r3 and r5