-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Why are futures generated by wasm_bindgen not Send
?
#2833
Comments
Anything related to |
Is there anything that you can think of that could be done about that? Does |
Yes because of web workers it matters, and at this time I don't know of anything that can be done. |
With whats said above, I'm going to go ahead and close this. |
Summary
Why are futures generated with wasm-bindgen not
Send
? Is there a way to opt intoSend
ness? Currently, if one wants to useasync-trait
for wasm, one has to do this very ugly thing on trait and impl:Additional Details
This came up before in #2409, but I didn't want to bump an old closed issue.
The text was updated successfully, but these errors were encountered: