Python Enhancement Proposals

PEP 220 – Coroutines, Generators, Continuations

PEP
220
Title
Coroutines, Generators, Continuations
Author
gmcm at hypernet.com (Gordon McMillan)
Status
Rejected
Type
Informational
Created
14-Aug-2000
Post-History


Contents

Abstract

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.


Source: https://github.com/python-discord/peps/blob/main/pep-0220.txt

Last modified: 2017-11-11 19:28:55 GMT