$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jupiter (jupiter.hce_at_[hidden])
Date: 2020-09-07 09:53:27
Hi,
I used boost::asio::io_service for a single thread implementation but
with multiple boost::asio::deadline_timer objects, because it is a
single thread, I don't think I need to use boost::mutex to lock and
unlock tasks running by deadline_timer, am I wrong about it?
Thank you.
Kind regards,
jupiter