commit | d289aea29ca266537a8df8366b4d03f24b50458b | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Tue Feb 06 20:33:26 2024 -0800 |
committer | Ed Tanous <ed@tanous.net> | Wed Feb 14 16:10:37 2024 +0000 |
tree | 579de9f17859d1c6ea074b1799520b08598c7fe6 | |
parent | 41c9b2b8ee82699ee0b217f8dd4399d6310d3bd2 [diff] |
remove sd event timers from asio context This class was only ever intended to be a temporary bridge for converting sd_event applications to asio. It wasn't intended to be a long term solution. This commit gets rid of the class entirely, and opts for boost::asio::steady_timer. Change-Id: I2d3e19878f77346f1ccbd92e378fe0739ecf4ad6 Signed-off-by: Ed Tanous <ed@tanous.net>