commit | 56d25add07093701c4827ea3a46b7025d9030f3c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jun 22 19:23:49 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 22 19:23:49 2020 -0700 |
tree | 27c25c60f6b4d4187b2148154471f44c402d7705 | |
parent | d7f37d1ed4fd38555e3e5aad32d515c96b528df5 [diff] |
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>