]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve asyncio.loop.call_soon() documentation (GH-20883)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2020 02:22:45 +0000 (19:22 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 02:22:45 +0000 (19:22 -0700)
commitddd3c465bd57db5dc4fe8461591b5df39e10af0a
tree1d865279b3ca9a53b9ef6ae92e114766f7137c7f
parentc916c48afc02c26a50843c7b381a2b567bb72e46
Improve asyncio.loop.call_soon() documentation (GH-20883)

* Add a glossary entry for the term "callback"
* Link to it in loop.call_soon() and in the "Concurrency and Multithreading" section

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
(cherry picked from commit a16d6970496cae5ecab5aaea2b416a4b77527cc2)

Co-authored-by: Roger Iyengar <ri@rogeriyengar.com>
Doc/glossary.rst
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst