-
Notifications
You must be signed in to change notification settings - Fork 341
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
Can not use async block or async fn in async_std::future::select!
.
#387
Comments
I see your point. The select macro is sadly limited by virtue of being a plain macro, let's see if we can fix this somehow. I'd like to avoid using |
The same is true for join macros. |
What we've been talking about for a while now is to change the |
Proc-macros compiled to web-assembly can help with this too without significant costs. |
@paulocsanz Yes, but this is also heavily experimental and as such a compatibility hazard. It's fine, I believe the future can be found there, but let's talk once that became accepted practice. |
I would expect this to work:
The text was updated successfully, but these errors were encountered: