From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2023-08-17 21:55:21


> One more question. This interface of async::generator<Out, In>, taking two
> parameters, where one can not only generate values from the generator, but
> also obtain values: is there a real-life use case for this?

I'd say major languages like Python and JS allow for this, too.
So if you're coming from these, it makes sense.