-
Notifications
You must be signed in to change notification settings - Fork 12
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
(WIP) docs: improve docs for riot-rs-threads
#133
Conversation
This is (maybe) useful if the handler would rather handle the flags one-by-one. |
Let's have them in the book. That's markdown after all. There are sections for user/developer docs already. |
Thanks for the PR! I left a few comments; some of them come from our newly introduced Coding conventions, not all code comply with them yet, but new code and refactorings should |
Maybe it makes sense to split this PR into smaller chunks - maybe one per crate and one for the book? |
Improve API documentation for
riot-rs-threads
andriot-rs-runqueue
.I'll work on next to extract the essence about scheduling in riot-rs into a markdown file in the book (most likely as User Guide and Developer Guide?) but I thought that it might make sense to already open this as a draft PR now.
Open Questions:
book/
ordocs/
folder?Threads::flag_wait_one
- @kaspar030 could you help me here?