Actions
Task #4431
closedSwitch to boost::asio::basic_waitable_timer
Start date:
01/01/2018
Due date:
% Done:
100%
Estimated time:
Description
boost::asio::basic_waitable_timer
is the preferred base type for use with C++11 std::chrono
and boost::chrono
types. It's simpler to customize and saves us from having to deal with boost::posix_time
conversions.
http://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio/reference/basic_waitable_timer.html
Actions