Slide 10
Slide 10 text
asyncio I've been trying to think of reasons not to use it.
•The synchronous process I'm used to is suf
fi
cient.
•No IO (mostly machine learning and data analysis) (lots of CPU hard work)
•Asynchronous processing seems to have unpredictable behavior.
•Write in other languages (Go, JS(nodejs/deno...), Rust, C#, Swift, etc.)