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