 
            
            
            
            
                30 Sep
                
                    2019
                
            
            
                30 Sep
                
                '19
                
            
            
            
        
    
                12:14 p.m.
            
        "Bjorn Reese via Boost" <boost@lists.boost.org> – 29 septembre 2019 12:56
That is, push parsers are easily build on top of pull parsers.
Do you have an example of an efficient implementation of a pull parser on top of async io ? I find push parsers really more straightforward in that case. Pull parsers can also be built on top of push parsers, although it is less easy. Regards, Julien