mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Various formatting & grammar fixes in asyncio* docs.
This commit is contained in:
parent
8b402629ae
commit
b73c83318d
3 changed files with 6 additions and 6 deletions
|
@ -8,15 +8,15 @@ Event loops
|
|||
The event loop is the central execution device provided by :mod:`asyncio`.
|
||||
It provides multiple facilities, amongst which:
|
||||
|
||||
* Registering, executing and cancelling delayed calls (timeouts)
|
||||
* Registering, executing and cancelling delayed calls (timeouts).
|
||||
|
||||
* Creating client and server :ref:`transports <asyncio-transport>` for various
|
||||
kinds of communication
|
||||
kinds of communication.
|
||||
|
||||
* Launching subprocesses and the associated :ref:`transports <asyncio-transport>`
|
||||
for communication with an external program
|
||||
for communication with an external program.
|
||||
|
||||
* Delegating costly function calls to a pool of threads
|
||||
* Delegating costly function calls to a pool of threads.
|
||||
|
||||
Event loop functions
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue