pep-0492: Add a sub-section about Async Lambdas

This commit is contained in:
Yury Selivanov 2015-04-17 19:34:15 -04:00
parent 038b655e68
commit 08aaa86f8d
1 changed files with 9 additions and 0 deletions

View File

@ -811,6 +811,15 @@ for asynchronous comprehensions. This should be considered in a separate PEP,
if there is a strong demand for this feature.
Async lambdas
-------------
Lambda coroutines are not part of this proposal. In this proposal they would
look like ``async lambda(parameters): expression``. Unless there is a strong
demand to have them as part of this proposal, it is recommended to consider
them later in a separate PEP.
Performance
===========