$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] What is the effective way to use boost::asio::deadline_timer for udp socket receive_from?
From: TONGARI J (tongari95_at_[hidden])
Date: 2017-04-13 13:26:06
2017-04-13 19:00 GMT+08:00 Bjorn Reese via Boost-users <
boost-users_at_[hidden]>:
> On 04/13/2017 05:06 AM, TONGARI J via Boost-users wrote:
>
> act <https://github.com/jamboree/act>:
>>
>
> I am intrigued by your act::detail::move_wrapper and especially
> the "somewhat requires" comment. Does that mean that Asio checks
> for CopyConstructible, but does not actually copy the handler?
Yes. I think the standalone ASIO has relaxed the restriction.