StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Mikhail Gerasimov

Rating
1522.10 (28,126th)
Reputation
14,188 (10,053rd)
Page: 1 2 3 ... 10
Title Δ
My code says that it is unable to close a running loop +2.04
Using an asynchronous function in __del__ 0.00
asyncio.run inside sync function returning None +0.47
How to suppress "coroutine was never awaited" warning? -0.32
Asyncio: appending return values to a list 0.00
Python coroutine/generator terminology in async context 0.00
what's the order if there are two asyncio.get_event_loop? 0.00
what is the disadvantage of run asyncio.run multi times in Python c... 0.00
How to forcefully close an async generator? +0.47
Use asyncio to do multiple ultimate jobs -0.52
Async Function calling async generator calling async function 0.00
"got Future <Future pending> attached to a different loo... 0.00
Event loop error in asyncio Lock when instantiated multiple times 0.00
Sanic Python on Windows, Synchronous behavior on the same endpoint... 0.00
How to use Asyncio module in migrate database from Sqlite to Postgr... 0.00
Should I use coroutines for synchronous Code from asynchronous Code? 0.00
RuntimeWarning: coroutine 'main' was never awaited error 0.00
lock an asyncio function when more than 100 are running? 0.00
How to properly use asyncio in a multi-producer-consumer flow that... 0.00
*Why* isn't run_until_complete re-entrant. How to incrementally... 0.00
Why does the json() method of an aiohttp response require await? 0.00
Why we need asyncio synchronization primitives, when to use these? 0.00
Python asyncio: is the error me or the API? 0.00
How to correctly handle cancelled tasks in Python's `asyncio.ga... 0.00
Asyncio python - TypeError: A Future, a coroutine or an awaitable i... 0.00
How to approach returning an async function recursively 0.00
Does a coroutine which does not `await` anything differ from a func... 0.00
Does `await` in Python yield to the event loop? -0.53
How to await a coroutine until a condition is met? 0.00
on_starting or someting like - Python 0.00
How to throw a custom exception into a running task 0.00
Create dummy asyncio.Task 0.00
How to avoid ConnectionResetError? 0.00
What scheduling algorithm does asyncio's event loop use? 0.00
ProtocolError: Received header value surrounded by whitespace in re... 0.00
How do I make an asynchronous function call from another function? 0.00
Adding a timeout to an Asynchronous Context Manager -1.27
Is there any simplest way to run number of python request asynchron... 0.00
Test if coroutine was awaited or not 0.00
How to write your own async/awaitable coroutine function in Python? 0.00
asyncio gather yielding results as they come in 0.00
Is there a way to tell if an asyncio event loop is at full capacity? -1.29
Python 3.6 async function over loop in the simplest way possible +0.47
Get an iterable generator from an async generator 0.00
Does limiting the maximum number of concurrent connections also lim... +2.74
Return an asyncio callback result from task creating function +0.74
asyncio performance in non-web, non-files apps 0.00
How to make python await for "nothing", running the event... 0.00
Converting concurrent futures to Asyncio python3.7 0.00
Why am I getting an ValueError: too many file descriptors in select... 0.00