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

add check if the idle task has to give up the processor #724

Merged
merged 3 commits into from
Apr 27, 2023

Conversation

stlankes
Copy link
Contributor

  • simplifies the run function of the scheduler
  • avoids unneeded calls of the function schedule

- only the idle task should call `run`
- consequently, the idle task check can be removed
@stlankes
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 27, 2023

@bors bors bot merged commit eef2291 into hermit-os:master Apr 27, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant