5 ms·
I would have thought most of those would have been moved to async Python by now.
by influx 6mo ago
I would have thought most of those would have been moved to async Python by now.
- LtWorf 6mo agoasync python still uses a single thread for the main loop, it just hides non blocking IO.