2000-08-14 10:48:38 -04:00
|
|
|
PEP: 220
|
|
|
|
Title: Coroutines, Generators, Continuations
|
2022-10-05 12:48:43 -04:00
|
|
|
Author: Gordon McMillan <gmcm@hypernet.com>
|
2007-06-15 17:37:20 -04:00
|
|
|
Status: Rejected
|
2006-02-09 03:26:44 -05:00
|
|
|
Type: Informational
|
2017-01-07 13:33:00 -05:00
|
|
|
Content-Type: text/x-rst
|
2000-08-14 10:48:38 -04:00
|
|
|
Created: 14-Aug-2000
|
|
|
|
Post-History:
|
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
2017-01-07 13:33:00 -05:00
|
|
|
========
|
2000-08-14 10:48:38 -04:00
|
|
|
|
2017-01-07 13:33:00 -05:00
|
|
|
Demonstrates why the changes described in the stackless PEP are
|
|
|
|
desirable. A low-level continuations module exists. With it,
|
|
|
|
coroutines and generators and "green" threads can be written. A
|
|
|
|
higher level module that makes coroutines and generators easy to
|
|
|
|
create is desirable (and being worked on). The focus of this PEP
|
|
|
|
is on showing how coroutines, generators, and green threads can
|
|
|
|
simplify common programming problems.
|