rafalg
rafalg
Totally understood. What I meant is that it forces the generator client code to handle special value like null/empty optional as an additional condition to break the iteration. Would you...
The annoying part is extra condition I have to put in the client code. So instead of ```c++ while (g) { auto x = co_await g; ... } ```` I...
Yeah I know I can throw. But it seems like another work around. Haven't done c++ for a while so don't know the limitations or if its possible at all....
Hello rmqcpp devs, Any chance this will happen anytime soon?