Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Coroutine
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Python=== *[[Python (programming language)|Python]] 2.5 implements better support for coroutine-like functionality, based on extended generators ([https://www.python.org/dev/peps/pep-0342/ PEP 342]) *[[Python (programming language)|Python]] 3.3 improves this ability, by supporting delegating to a subgenerator ([https://www.python.org/dev/peps/pep-0380/ PEP 380]) *[[Python (programming language)|Python]] 3.4 introduces a comprehensive asynchronous I/O framework as standardized in [https://www.python.org/dev/peps/pep-3156/ PEP 3156], which includes coroutines that leverage subgenerator delegation *[[Python (programming language)|Python]] 3.5 introduces explicit support for coroutines with async/[[await]] syntax ([https://www.python.org/dev/peps/pep-0492/ PEP 0492]). *Since [[Python (programming language)|Python]] 3.7, async/await have become reserved keywords.<ref>{{cite web |url = https://docs.python.org/3/whatsnew/3.7.html#summary-release-highlights |title = What's New in Python 3.7 |access-date = 10 September 2021 |archive-date = 28 November 2019 |archive-url = https://web.archive.org/web/20191128153844/https://docs.python.org/3/whatsnew/3.7.html#summary-release-highlights |url-status = live }}</ref> *[http://eventlet.net/ Eventlet] *[https://github.com/python-greenlet/greenlet Greenlet] *[http://www.gevent.org gevent] *[http://www.stackless.com/ stackless python]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)