Scratchpad r75 (See the current copy)

Information about interesting [Current Projects]
My [Friends]
My [Scratchpad]
Random [Demonstrations]
Information about [Random Number Generation]
Information about [Tcl]
Random [Scripts]
----
Feel free to contact me about this website at mailto:wiki@rkeene.org
Information about [Threads]
Random [Diatribes]
Random [Links]
Information about [Roy Keene]
'''What you will find here'''

** [Cooperative Threading] **
'''Cooperative Threading'''

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.

Compare to [Preemptive Threading]