Wrapping async functions for use in sync code
|
|
15
|
42403
|
October 26, 2023
|
Support setting the loop_factory in IsolatedAsyncioTestCase
|
|
2
|
564
|
October 12, 2023
|
Add ability of defining methods in C extension modules that can be awaited
|
|
9
|
931
|
September 5, 2023
|
Asyncio.cancel() a cancellation utility as a coroutine [This time with feeling]
|
|
9
|
7467
|
September 3, 2023
|
Asyncio in a nogil world
|
|
12
|
2737
|
August 27, 2023
|
Asyncio create_datagram_endpoinds
|
|
3
|
751
|
July 9, 2023
|
Asyncio, tasks, and exception handling - recommended idioms?
|
|
14
|
13454
|
May 30, 2023
|
Question about asyncio event primitive implementation
|
|
9
|
908
|
May 11, 2023
|
`BaseExceptionGroup` containing `CancelledError` catched by `asyncio.timeout()`
|
|
0
|
688
|
April 30, 2023
|
Calling coroutines from sync code (2)
|
|
20
|
11455
|
August 3, 2024
|
Asyncio debug log _run_once duration?
|
|
1
|
599
|
February 15, 2023
|
Asyncio - add shield scope context manager for improved control flow in sensitive code sections
|
|
1
|
1243
|
November 30, 2022
|
How to discard pending waiters of asyncio.Lock?
|
|
2
|
1456
|
November 24, 2022
|
Utilizing an existing threadpool with asyncio.to_thread
|
|
3
|
4941
|
November 17, 2022
|
Using ExceptionGroup at Anthropic (experience report)
|
|
4
|
1707
|
November 15, 2022
|
How to make wsgiref asynchronous?
|
|
2
|
846
|
November 10, 2022
|
Discussion on a new streaming API for asyncio
|
|
10
|
2254
|
November 9, 2022
|
Aiomonitor-ng v0.7.0 with cancellation chain tracker + creation chain tracker
|
|
0
|
971
|
October 19, 2022
|
Supporting asyncio.get_event_loop().run_until_complete() in repls
|
|
13
|
13535
|
October 15, 2022
|
How to retrieve contextvars from an async task in asyncio loop on exception_handler when unhandled occurred
|
|
0
|
744
|
September 8, 2022
|
Enhancement proposals to aiomonitor
|
|
2
|
889
|
August 26, 2022
|
Can I get a second opinion on an asyncio issue?
|
|
1
|
1080
|
August 25, 2022
|
Tracking the source of cancellation in tasks
|
|
6
|
4485
|
August 24, 2022
|
Evaluating the state of the art of Python asyncio with the "Cancellation in Systems" paper
|
|
4
|
1252
|
August 23, 2022
|
About the task cancel messages
|
|
4
|
1638
|
August 21, 2022
|
Integrate threads into async code
|
|
1
|
1060
|
August 17, 2022
|
An async TestCase with support for structured concurrency context managers
|
|
1
|
532
|
August 16, 2022
|
Duplicate exception message in ProcessPoolExecutor
|
|
0
|
526
|
August 12, 2022
|
Demote the existing alternatives to asyncio.TaskGroup and asyncio.timeout to the low level api docs
|
|
4
|
868
|
July 26, 2022
|
Async generator missing unawaited coroutine warning
|
|
8
|
2004
|
July 22, 2022
|