$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: julien.blanc_at_[hidden]
Date: 2019-09-30 10:14:11
"Bjorn Reese via Boost" <boost_at_[hidden]> â 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