$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: ZheNing Hu (adlternative_at_[hidden])
Date: 2021-06-06 13:34:01
Hi, I ran into difficulties when I was reading boost::asio http server
example[1],
I see:
work_.push_back(
boost::asio::require(io_context->get_executor(),
boost::asio::execution::outstanding_work.tracked));
I don't know what is the meaning of this code?
Or what is boost::asio::require()? I did not find useful information
to introduce it.
-- ZheNing Hu