
Hacker News: Front Page
shared a link post in group #Stream of Goodies

probablydance.com
C++ Coroutines Do Not Spark Joy
C++20 added minimal support for coroutines. I think they’re done in a way that really doesn’t fit into C++, mostly because they don’t follow the zero-overhead principle. Calling a…