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

Use Rust async programming model in Oak Runtime #593

Closed
1 task
blaxill opened this issue Feb 11, 2020 · 0 comments
Closed
1 task

Use Rust async programming model in Oak Runtime #593

blaxill opened this issue Feb 11, 2020 · 0 comments

Comments

@blaxill
Copy link
Contributor

blaxill commented Feb 11, 2020

Using the async model for channels would likely allow an easy fix for the rust version of #288. It may also make future migration to channels that may be connected to remote runtimes easier.

There are currently some issues when using async features with no_std. Hopefully upstream issues will be fixed soon, and missing functionality can be added to our EAL.

Known issues (non-exhaustive)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants