 
            
            
            
            
                17 Aug
                
                    2023
                
            
            
                17 Aug
                
                '23
                
            
            
            
        
    
                11:55 p.m.
            
        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.