
Hi, Are there any examples in the docs as to how to do this? Does the http client do this under the hood? Kind regards Sean. -----Original Message----- From: Boost-users <boost-users-bounces@lists.boost.org> On Behalf Of Vinnie Falco via Boost-users Sent: 13 September 2018 18:58 To: boost-users@lists.boost.org Cc: Vinnie Falco <vinnie.falco@gmail.com> Subject: Re: [Boost-users] [Beast] Downloading multiple urls in parallel On Thu, Sep 13, 2018 at 10:49 AM Sean Farrow via Boost-users <boost-users@lists.boost.org> wrote:
Are there functions within beast to allow me to start downloading multiple url’s in parallel and then handle each returned result with a different continuation function?
Yes. This is accomplished by calling `boost::beast::http::async_read` on two or more different instances of connected sockets. Regards _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users