dcreager.net

Armin Ronacher: “Threads beat async/await”

2024-11-19

A post by Armin Ronacher on why he prefers threads over async/await. This is talking about threads as a PL paradigm, not necessarily as the underlying implementation substrate. (So “threads of control”, not “OS threads” or “green threads”)

Playground Wisdom: Threads beat async/await

» Async