@harry-galahad
Recently, I tried to use async python for 100 parallel websocket connections.
As a result, my processor usage was 100%.
I am a Rust developer. I know how tokio works, work stealing queues, futures alas generators, pins, and stuff. But I don't get Python's async, meaning: are there, for example, threaded reactor ?