summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-api-index.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (#95189)siph2022-09-021-9/+20
| | | | | Also rearrange some items in the list. Co-authored-by: Thomas Grainger <tagrain@gmail.com>
* bpo-43352: Add a Barrier object in asyncio lib (GH-24903)Duprat2022-03-251-0/+8
| | | | Co-authored-by: Yury Selivanov <yury@edgedb.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* bpo-42413: Replace `concurrent.futures.TimeoutError` and ↵Kumar Aditya2021-12-191-5/+0
| | | | | `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* Fix some minor errors in the docs (GH-24834)Zackery Spytz2021-03-141-1/+1
|
* bpo-32309: Implement asyncio.to_thread() (GH-20143)Kyle Stanley2020-05-191-0/+3
| | | | | Implements `asyncio.to_thread`, a coroutine for asynchronously running IO-bound functions in a separate thread without blocking the event loop. See the discussion starting from [here](https://github.com/python/cpython/pull/18410#issuecomment-628930973) in GH-18410 for context. Automerge-Triggered-By: @aeros
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)Yury Selivanov2019-09-301-30/+6
| | | See https://bugs.python.org/issue38242 for more details
* bpo-36889: Document Stream class and add docstrings (GH-14488)Xtreak2019-09-131-6/+30
| | | | | | | | | | | * This just copies the docs from `StreamWriter` and `StreamReader`. * Add docstring for asyncio functions. https://bugs.python.org/issue36889 Automerge-Triggered-By: @asvetlov
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-4/+16
|
* bpo-33649: Fix asyncio-dev (GH-9324)Yury Selivanov2018-09-141-6/+6
|
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-141-0/+206