←back to thread

320 points willm | 1 comments | | HN request time: 0.248s | source
Show context
MichaelRazum ◴[] No.45106413[source]
You can’t just plug and play it. As soon as you introduce async you need to have the runtime loop and so on. Basically the whole architecture needs to be redesigned
replies(2): >>45106845 #>>45107320 #
1. DrillShopper ◴[] No.45107320[source]
It's this - asyncio is a nightmare to add to and get working in a code base not specifically designed for it, and most people aren't going to bother with that. asyncio is not good enough at anything it does to make it worth it to me to design my entire program around it.