Closed john-chrosniak closed 2 years ago
In the event that a thread crashes, the thread should be restarted if possible. If this isn't possible, the car should shut down.
This could maybe done in a global context (checking status of all threads)?
When an exception is thrown in a thread, the entire main loop stops running.
In the event that a thread crashes, the thread should be restarted if possible. If this isn't possible, the car should shut down.
This could maybe done in a global context (checking status of all threads)?