Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with Loops that over-run their deadlines #29

Open
shuhaowu opened this issue Jan 30, 2023 · 0 comments
Open

Deal with Loops that over-run their deadlines #29

shuhaowu opened this issue Jan 30, 2023 · 0 comments
Labels
threads Issues involving the threading system

Comments

@shuhaowu
Copy link
Contributor

Currently CyclicThread doesn't know if Loop is over their deadlines. It naively continues to sleep and perform the next calculation. Find out how to deal with Loop functions that over-runs the deadline. Perhaps in literature there are some solutions. See https://ojs.dagstuhl.de/index.php/lites/article/view/LITES-v004-i001-a002 for an example.

@shuhaowu shuhaowu added this to the M1 milestone Jan 30, 2023
@shuhaowu shuhaowu removed this from the M1 milestone Jul 30, 2023
@shuhaowu shuhaowu added the threads Issues involving the threading system label Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
threads Issues involving the threading system
Projects
None yet
Development

No branches or pull requests

1 participant