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…
I didn’t know C++ coroutines existed until a few days ago, and I’m a bit stunned by it. Seems like a colossal waste of the language’s already overleveraged complexity budget.
It would be nice if they could get the basics to work properly before thinking about shit like this.
I didn’t know C++ coroutines existed until a few days ago, and I’m a bit stunned by it. Seems like a colossal waste of the language’s already overleveraged complexity budget.
It would be nice if they could get the basics to work properly before thinking about shit like this.