-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update CI + GHMQ + Improve readme #42
Conversation
a0ee7ab
to
2756227
Compare
write *core* I/O APIs that can then be adapted to operate in either blocking | ||
or non-blocking manner. Furthermore those APIs are not tied to a particular | ||
asynchronous model and can be adapted to work with the `futures` model or | ||
with the `async` / `await` model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
side note: Time has shown this is a bit of a lie, perhaps we could update it. For example you can't adapt nb
to async/await
because it has no wakers 🙃 . Also the terminology below about futures
/await
is super outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. Could you make a wording update PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Closes rust-embedded#43 The MSRV was bumped in rust-embedded#42 but missed the `package.rust-version` metadata.
No description provided.