|
Asyncio equivalent of trio/anyio move_on_after
|
|
2
|
385
|
October 20, 2024
|
|
How to call async lib function from sync library?
|
|
3
|
670
|
October 7, 2024
|
|
Could we give `pdb` a better awaitable story?
|
|
4
|
1258
|
October 4, 2024
|
|
Why does the time returned by loop.stop() not stop with the event loop?
|
|
0
|
89
|
September 9, 2024
|
|
Why is asyncio.StreamWriter.write sync?
|
|
1
|
292
|
September 7, 2024
|
|
Eager task factory ergonomics
|
|
2
|
450
|
August 19, 2024
|
|
Debugging `asyncio` execution time warnings when waiting for task wakeups
|
|
0
|
840
|
July 24, 2024
|
|
Allow Transport to 'release' socket passed to `create_connection(sock=...)`?
|
|
0
|
120
|
July 14, 2024
|
|
Why does `asyncio.wait(<empty>)` raise ValueError?
|
|
2
|
484
|
July 7, 2024
|
|
On `inspect.iscoroutine` and `coroutine.iscoroutine` parity
|
|
6
|
534
|
June 13, 2024
|
|
Revisiting PersistentTaskGroup with Kotlin's SupervisorScope
|
|
31
|
3249
|
June 13, 2024
|
|
Is this forum exclusively about asyncio or is it about async programming in general?
|
|
4
|
537
|
May 28, 2024
|
|
Measuring coroutine blocking time
|
|
1
|
1142
|
May 28, 2024
|
|
Add `task_factory` to asyncio.start_server and friends
|
|
4
|
848
|
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
|
794
|
May 16, 2024
|
|
Request: Can we get a c-api hook into PyContext_Enter and PyContext_Exit
|
|
4
|
572
|
May 9, 2024
|
|
Measure time delay in Eventloop picking a resolved task from ready queue
|
|
2
|
456
|
April 18, 2024
|
|
How to name the return of `__await__` method?
|
|
2
|
548
|
April 8, 2024
|
|
Queue termination
|
|
50
|
7190
|
April 8, 2024
|
|
Is `asyncio.to_thread` always threadsafe?
|
|
2
|
4666
|
April 1, 2024
|
|
Can `asyncio.Queue` be safely created outside of the event loop thread?
|
|
13
|
4480
|
March 30, 2024
|
|
Request for review of PySide6 (Qt for Python) and `asyncio` task prototype
|
|
0
|
1215
|
March 28, 2024
|
|
A small reimplementation of gather: `quattro.gather`
|
|
3
|
658
|
March 7, 2024
|
|
Simplifying two-phase coroutines for enhanced user-friendliness
|
|
9
|
812
|
February 27, 2024
|
|
Using async functions outside of asyncio
|
|
4
|
4605
|
December 8, 2023
|
|
Ad-hoc __aiter__ with asynchronous generators (or pythonic alternatives)?
|
|
3
|
2036
|
November 30, 2023
|
|
Removing the asyncio policy system (asyncio.set_event_loop_policy) in Python 3.15
|
|
37
|
4761
|
November 17, 2023
|
|
Wrapping async functions for use in sync code
|
|
15
|
52085
|
October 26, 2023
|
|
Support setting the loop_factory in IsolatedAsyncioTestCase
|
|
2
|
689
|
October 12, 2023
|
|
Add ability of defining methods in C extension modules that can be awaited
|
|
9
|
1082
|
September 5, 2023
|