Hacker News new | ask | show | jobs
by michael_j_x 1222 days ago
I am not sure I agree that the GUI is a good use case for async. A human interaction with the program must almost always pre-empt whatever the program was running, so I can not see how a cooperative multi-threading runtime like async Python can work in such a scenario.
1 comments

Well it does work so "it can't work" isn't a very substantial criticism.

Is there some nuance or detail that you meant to include?