30 Sep
2019
30 Sep
'19
10:14 a.m.
"Bjorn Reese via Boost"
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