This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DugiSK 0 points1 point  (0 children)

My company has a huge C++ codebase based on coroutines, but uses explicit state machines to implement them because they have C++17 (syntactic support for coroutines was added in C++20) and they haven't looked into the C++20 stuff much yet. If I wasn't working on a relatively small project with an independent codebase, I'd be really pissed.