]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve asyncio.loop.call_soon() documentation (GH-20883)
authorRoger Iyengar <ri@rogeriyengar.com>
Tue, 23 Jun 2020 02:16:00 +0000 (22:16 -0400)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 02:16:00 +0000 (22:16 -0400)
commita16d6970496cae5ecab5aaea2b416a4b77527cc2
treeb8be8bb73c60f642cd1302da2023fec1f75f743e
parentc96d00e88ead8f99bb6aa1357928ac4545d9287c
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>
Doc/glossary.rst
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst