|
On `inspect.iscoroutine` and `coroutine.iscoroutine` parity
|
|
6
|
448
|
June 13, 2024
|
|
Revisiting PersistentTaskGroup with Kotlin's SupervisorScope
|
|
31
|
3063
|
June 13, 2024
|
|
Is this forum exclusively about asyncio or is it about async programming in general?
|
|
4
|
502
|
May 28, 2024
|
|
Measuring coroutine blocking time
|
|
1
|
1080
|
May 28, 2024
|
|
Add `task_factory` to asyncio.start_server and friends
|
|
4
|
789
|
May 21, 2024
|
|
Asyncio.Queue.task_done is not bound to particular object or `Queue.get` call. It can pass queue.join() with unprocessed objects in queue
|
|
2
|
722
|
May 16, 2024
|
|
Request: Can we get a c-api hook into PyContext_Enter and PyContext_Exit
|
|
4
|
537
|
May 9, 2024
|
|
Measure time delay in Eventloop picking a resolved task from ready queue
|
|
2
|
392
|
April 18, 2024
|
|
How to name the return of `__await__` method?
|
|
2
|
512
|
April 8, 2024
|
|
Queue termination
|
|
50
|
6703
|
April 8, 2024
|
|
Is `asyncio.to_thread` always threadsafe?
|
|
2
|
3975
|
April 1, 2024
|
|
Can `asyncio.Queue` be safely created outside of the event loop thread?
|
|
13
|
4187
|
March 30, 2024
|
|
Request for review of PySide6 (Qt for Python) and `asyncio` task prototype
|
|
0
|
1109
|
March 28, 2024
|
|
A small reimplementation of gather: `quattro.gather`
|
|
3
|
609
|
March 7, 2024
|
|
Simplifying two-phase coroutines for enhanced user-friendliness
|
|
9
|
742
|
February 27, 2024
|
|
Using async functions outside of asyncio
|
|
4
|
4298
|
December 8, 2023
|
|
Ad-hoc __aiter__ with asynchronous generators (or pythonic alternatives)?
|
|
3
|
1886
|
November 30, 2023
|
|
Removing the asyncio policy system (asyncio.set_event_loop_policy) in Python 3.15
|
|
37
|
4240
|
November 17, 2023
|
|
Wrapping async functions for use in sync code
|
|
15
|
51071
|
October 26, 2023
|
|
Support setting the loop_factory in IsolatedAsyncioTestCase
|
|
2
|
661
|
October 12, 2023
|
|
Add ability of defining methods in C extension modules that can be awaited
|
|
9
|
1023
|
September 5, 2023
|
|
Asyncio.cancel() a cancellation utility as a coroutine [This time with feeling]
|
|
9
|
11231
|
September 3, 2023
|
|
Asyncio create_datagram_endpoinds
|
|
3
|
852
|
July 9, 2023
|
|
Asyncio, tasks, and exception handling - recommended idioms?
|
|
14
|
19446
|
May 30, 2023
|
|
Question about asyncio event primitive implementation
|
|
9
|
929
|
May 11, 2023
|
|
`BaseExceptionGroup` containing `CancelledError` catched by `asyncio.timeout()`
|
|
0
|
729
|
April 30, 2023
|
|
Calling coroutines from sync code (2)
|
|
20
|
16702
|
August 3, 2024
|
|
Asyncio debug log _run_once duration?
|
|
1
|
621
|
February 15, 2023
|
|
Asyncio - add shield scope context manager for improved control flow in sensitive code sections
|
|
1
|
1394
|
November 30, 2022
|
|
How to discard pending waiters of asyncio.Lock?
|
|
2
|
1672
|
November 24, 2022
|