New submission from Simon Willison <swilli...@gmail.com>:

asyncio.sleep(0) is the recommended idiom for co-operatively yielding control 
of the event loop to another task: https://github.com/python/asyncio/issues/284 
and https://til.simonwillison.net/python/yielding-in-asyncio

This isn't currently explained in the documentation.

----------
assignee: docs@python
components: Documentation, asyncio
messages: 384025
nosy: asvetlov, docs@python, simonw, yselivanov
priority: normal
severity: normal
status: open
title: asyncio.sleep(0) idiom is not documented
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to