Subject: Re: [Boost-users] What is the effective way to use boost::asio::deadline_timer for udp socket receive_from?
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-04-13 11:00:00


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?