Can someone provide me with a brief introduction on how to use Python generators to implement coroutines?
|
feedback
|
|
This was presented about a month after this question: http://www.dabeaz.com/coroutines/index.html Dave's presentation is excellent and explains exactly how coroutines can be made with Python 2.5+ - well recommended. | |||
feedback
|
|
I suggest you start here: Coroutines via Enhanced Generators http://www.python.org/dev/peps/pep-0342/ By Guido van Rossum and Phillip J. Eby | |||
|
feedback
|
|
Use the google, Luke.
| |||||||||||||||||||
feedback
|