UpdateHub / updatehub

A generic and safe Firmware Over-The-Air (FOTA) agent for Embedded and Industrial Linux-based devices
https://updatehub.io
Mozilla Public License 2.0
120 stars 21 forks source link

updatehub: Refactor code to use `chrono::Duration` #357

Closed otavio closed 4 years ago

otavio commented 4 years ago

We are already using the chrono::Duration and limiting the use of std::time::Duration to the internal sleeping of the tasks.

Signed-off-by: Otavio Salvador otavio@ossystems.com.br