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

refactor(threads): rename Threads -> Scheduler #532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elenaf9
Copy link
Collaborator

@elenaf9 elenaf9 commented Nov 15, 2024

Description

Rename the central Threads/ THREADS structure in riot_rs_threads into Scheduler/ SCHEDULER.

IMO that's more intuitive given that the structure not just contains and implements the TCBs, but instead all scheduling-related logic. And threads itself is again a property on this struct, so it prevents confusion there (and having to write sth like threads.threads).

Open Questions

Any objections?

Change checklist

  • I have cleaned up my commit history and squashed fixup commits.
  • I have followed the Coding Conventions.
  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.

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.

1 participant