eigenein / my-iot-rs

Yet another home automation (alpha)
https://eigenein.github.io/my-iot-rs/html
MIT License
32 stars 5 forks source link

Restart crashed services #34

Closed eigenein closed 4 years ago

eigenein commented 4 years ago

threading::spawn should wrap a thread function with a loop and appropriate delays. From there we can also update thread status and send thread sensor readings.

eigenein commented 4 years ago

This is implemented with core::supervisor.