Lecture overview -- Keyboard shortcut: 'u'  Previous page: Coroutines [Section] -- Keyboard shortcut: 'p'  Next page: Simulating Coroutines in Scheme -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Simulation of other Paradigms and Continuations - slide 36 : 43

Coroutines

A function F1 that calls a function F2 are not symmetric - If F2 is called several times it restarts every time

Two coroutines C1 and C2 cooperate in a fully symmetric way - by resuming each other.