Search code examples
Why is this code using asyncio for loop not faster than synchronous code?...


pythonasynchronouspython-asyncio

Read More
How to use context variables correctly in Telethon?...


pythonasynchronouspython-asynciotelegramtelethon

Read More
Why does calling `await asyncio.sleep` run un awaited tasks, but `time.sleep` doesn't?...


python-asynciopython-3.10

Read More
Async fixtures with pytest...


python-3.xpytestpython-asynciopytest-aiohttppytest-asyncio

Read More
Translating async generator into sync one...


pythongeneratorpython-asyncio

Read More
Replacement for deprecated asyncio.get_event_loop()...


pythonpython-3.xcallbackpython-asynciocoroutine

Read More
Asyncio: batched queue processor...


python-asyncio

Read More
python coroutine and while loop, how to run both...


pythonmultithreadingmultiprocessingpython-asynciotelethon

Read More
asyncio: collecting results from an async function in an executor...


pythonasynchronousasync-awaitpython-asynciocoroutine

Read More
Encountering Recursion Depth error on gathering supposedly "cancelled" tasks...


pythonasync-awaitpython-asyncio

Read More
Combining Celery Gevent Pool with asyncio (asgiref)...


pythoncelerypython-asynciodjango-celerygevent

Read More
Asyncio multiprocessing communication with queues - only one coroutine running...


pythonpython-asyncio

Read More
Getting scrapy and pytest to work with AsyncioSelectorReactor...


pythonscrapypytestpython-asynciotwisted

Read More
How to mock an async instance method of a patched class?...


pythonpytestpython-asynciopython-unittest

Read More
PyQt6 how to update 96 widgets simutaneously as fast as possible?...


pythonasynchronouspython-asynciopyqt6

Read More
Task was destroyed but it is pending! even after awaiting it...


pythonpytestpython-asynciopytest-asyncio

Read More
NameError: name 'asyncio' is not defined; In running discord bot...


pythonpython-3.xpython-asynciodiscord.py

Read More
Empty iterator when using TaskGroup with Motor Aggregate...


mongodbpython-asynciotornado-motor

Read More
How do I cancel asyncio coroutines on pressing the button again?...


pythonuser-interfacepython-asyncioflet

Read More
Get ssl client certificate from socket object after failing to verify the certificate...


pythonpython-3.xsocketsnetwork-programmingpython-asyncio

Read More
The error "RuntimeError: Timeout context manager should be used inside a task" occurs in P...


pythonbotspython-asyncioaiogrampyrogram

Read More
Why is the async function called inside asyncio.run()?...


pythonpython-asyncio

Read More
Duplication of code for synchronous and asynchronous implementations...


pythonasynchronousasync-awaitpython-asynciocoroutine

Read More
Stopping a bot command in discord.py...


pythondiscord.pypython-asyncio

Read More
How do I subscribe to a NATS subject in Python and keep receiving messages?...


pythonpython-asyncionats.io

Read More
Why is my websocket coroutine not being called in the following code?...


pythonasynchronouspython-asynciowebhooksalpaca

Read More
ContextVar MemoryLeak...


pythongarbage-collectionpython-asynciopython-contextvars

Read More
Read file line by line with asyncio...


pythonpython-asyncio

Read More
How to use an async for loop to iterate over a list?...


pythonpython-3.xasynchronousiteratorpython-asyncio

Read More
Async SQLalchemy: accessing eagerly-loaded empty relationship triggers new lazy-load, raising error...


asynchronoussqlalchemypython-asyncioasyncpg

Read More
BackNext