$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Looking for a mechanism (boost::asio
From: Bjorn Reese (breese_at_[hidden])
Date: 2018-09-15 11:06:55
On 09/14/18 23:21, Tim Burgess via Boost-users wrote:
> I need my main code to pause until I receive a response from the
> hardware. I donât want to use a timer, as this would be potentially
Sounds like you need a promise/future.