Topics tagged asyncio (original) (raw)

Topic Replies Views Activity
Improve the context of asyncio slow log reporting Ideas asyncio 1 155 March 5, 2025
Add task pipeline to asyncio with capped parallelism and lazy input reading Ideas asyncio 25 651 February 15, 2025
Add `asyncio.console` module to progamatically access the asyncio REPL Ideas asyncio 6 230 February 10, 2025
Decorator to facilitate sync and async calls to one function Python Help asyncio 6 696 February 5, 2025
Asyncio RLock - reentrant locks for async Python Ideas asyncio 11 3953 January 16, 2025
How to cancel all tasks created within same TaskGroup Python Help asyncio 13 2502 January 7, 2025
High-performance Asyncio networking: sockets vs streams vs protocols Python Help asyncio , performance 10 792 December 23, 2024
Add asyncio monitoring hooks Ideas asyncio 27 2632 December 13, 2024
Concurrent asynchronous iteration Python Help asyncio 3 304 November 21, 2024
Calling coroutines from sync code Python Help help , asyncio 9 6643 October 7, 2024
Types for asynchronous generators too general Typing typing , asyncio 2 390 September 23, 2024
Asyncio: when use `call_soon`? Python Help asyncio 0 84 September 20, 2024
Mixing async with operators for collection ABCs Python Help asyncio 3 141 September 17, 2024
Add 2-state (boolean) asyncio synchronization primitive Ideas asyncio 8 218 August 24, 2024
Debugging `asyncio` execution time warnings when waiting for task wakeups Async-SIG help , asyncio 0 428 July 24, 2024
Allow Transport to 'release' socket passed to `create_connection(sock=...)`? Async-SIG asyncio 0 91 July 14, 2024
Why does `asyncio.wait()` raise ValueError? Async-SIG asyncio 2 342 July 7, 2024
Request: Can we get a c-api hook into PyContext_Enter and PyContext_Exit Async-SIG asyncio 4 493 May 9, 2024
BoundedTaskGroup to control parallelism Ideas asyncio 4 1878 April 21, 2024
Adding a low level wait for file descriptor Ideas asyncio 0 336 April 20, 2024
Asyncio Semaphore with support for priorities Ideas asyncio 7 1597 April 16, 2024
TypeError: cannot pickle '_asyncio.Future' object Python Help asyncio 5 3797 March 7, 2024
Learning asyncio: how to use it correctly with other context managers Python Help help , asyncio 2 1082 February 29, 2024
Simplifying two-phase coroutines for enhanced user-friendliness Async-SIG help , asyncio 9 685 February 27, 2024
Expanding asyncio support for socket APIs Ideas asyncio 13 2971 February 19, 2024
Make asyncio done callbacks consistent between Futures and Tasks Ideas asyncio 5 2257 February 18, 2024
Documenting async functions outside of asyncio Documentation asyncio 1 654 December 6, 2023
How to invoke `async` function from `cmd` (Python standard library, sync-async bridge, "coroutine ... was never awaited")? Python Help asyncio 2 5309 December 2, 2023
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__, Ideas builtins , asyncio 13 6818 November 23, 2023
asyncio.Condition's doc is kind of misleading Documentation asyncio 1 511 November 17, 2023