Skip to content

Development

It is already possible to create coroutines for asynchronous processing in Python. But a recent proposal would elevate coroutines to a full-fledged language construct, rather than treat them as a type of generator as they are currently. Two new keywords, async andawait, would be added to the language to support coroutines as first-class Python features.

Source: lwn.net