]> 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:23:49 +0000 (19:23 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 02:23:49 +0000 (19:23 -0700)
commit56d25add07093701c4827ea3a46b7025d9030f3c
tree27c25c60f6b4d4187b2148154471f44c402d7705
parentd7f37d1ed4fd38555e3e5aad32d515c96b528df5
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