Add openbsw_async crate integrating Rust Async framework (Embassy) with C++ Async - #536
Open
M-Hassanin wants to merge 1 commit into
Open
Add openbsw_async crate integrating Rust Async framework (Embassy) with C++ Async#536M-Hassanin wants to merge 1 commit into
M-Hassanin wants to merge 1 commit into
Conversation
…th C++ Async Introduce a no_std library that lets a C++ Async task drive an Embassy executor cooperatively, one poll at a time, instead of Embassy owning the CPU. Change-Id: Id1cc33e382e518e01b365c1a7520d9cd9e91c308
Contributor
|
@M-Hassanin , would it be possible to do the vendoring of the cargo libraries in a separate PR? Then it get's easier to review. |
Contributor
Author
|
If it helps, filtering it out (ignore the 3rdparty folder) from your diff view using the folder structure should make the rest of the PR much easier to review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add openbsw_async crate integrating Rust Async framework (Embassy) with C++ Async
Introduce a no_std library that lets a C++ Async task drive
an Embassy executor cooperatively, one poll at a time,
instead of Embassy owning the CPU.