[Python-Dev] Simple coroutines? (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Wed Aug 25 04:59:43 CEST 2004
- Previous message: [Python-Dev] Simple coroutines?
- Next message: [Python-Dev] Simple coroutines?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
how much difference is there to generators?
Very little! Probably too little, in fact, to justify having a different kind of entity at all. I only suggested it because there seems to be a reluctance to extend generators in any way that might suggest using them for purposes other than generation.
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Simple coroutines?
- Next message: [Python-Dev] Simple coroutines?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]