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

Talk about async executors in the FAQ (or some other section) #115

Open
jessebraham opened this issue Aug 3, 2023 · 2 comments
Open

Talk about async executors in the FAQ (or some other section) #115

jessebraham opened this issue Aug 3, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jessebraham
Copy link
Member

We have been getting a number of questions in Matrix recently regarding async executors, and which executors are supported by which HALs. We should write some content about this so that we can just link to it instead of having to repeat ourselves so often.

@jessebraham jessebraham added the enhancement New feature or request label Aug 3, 2023
@github-project-automation github-project-automation bot moved this to Todo in esp-rs Aug 3, 2023
@SergioGasquez
Copy link
Member

The following conversation on Matrix has good information that can help when writing this section

@ivmarkov
Copy link
Contributor

ivmarkov commented Oct 28, 2023

The situation has evolved since then in that async-io 2.0 (in smol) has out of the box support for ESP IDF.
Also the changes to tokio are released in the meantime as well, I think.
Last but not least, esp-idf-* do not require anymore a specific executor for the async drivers. Any executor from above would work. Also embassy-executor should work, with the std feature enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants