Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 273 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 273 Bytes

realtime-thread-mech

Approach of reaching realtime code execution with the help of a controller thread. The Controller Thread wakes up after a predefined time e.g. 200ms and checks if the task was executed in time. If not the task thread is canceled and restarted again.