$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [beast] Asynchronous examples
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2017-07-02 19:07:51
Hi,
Do any of the Beast examples show its use in asynchronous mode?
I'm wondering how difficult it is to achieve this:
future< vector< byte > > data = download(url);
Regards, Phil.