ElektraInitiative / opensesame

3 stars 5 forks source link

Implement shutdown detection of modules #91

Open fel115 opened 1 year ago

fel115 commented 1 year ago

This implementation should show the user which module got shut down because of an error. Idea is to implement it in the main-loop with tokio::macros::select like in the Signals-Module