-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Asyncify flush #13
base: master
Are you sure you want to change the base?
Asyncify flush #13
Conversation
I think this is a good idea - Embassy might go away one day. Maybe call it |
Fixed the trait, but pr is still a bit of a mess
But check it out does seem to work |
It would be awesome if eventually there were a rutime-agnostic set of async traits. We're not ready yet (need more experimentation) but it would be cool if just the traits from embassy became managed by embedded-wg or similar so that if someone wants to use a different runtime they can. |
Id track here and after that we need Prs to help the hals asyncify |
Well this is one way to do multiple target examples |
I just looked into trying to use this, but it seems like sync operations are still used for non- Unfortunately I think that means that it can't be used with a proxy object from On the bright side, the async traits are now closer to standardized with the |
Draft for discussion. Could support multiple traits, this could be the 'embassy' feature instead of async...