We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Until web assembly can support threading, users that target web assembly will need to activate the single_threaded_async feature.
single_threaded_async
I believe we shouldn't automatically turn on the single_threaded_async behavior for wasm targets because
so we'll just keep it as its own feature, but we should provide clear documentation on when, how, and why to use it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before proceeding, is there an existing issue or discussion for this?
Description
Until web assembly can support threading, users that target web assembly will need to activate the
single_threaded_async
feature.I believe we shouldn't automatically turn on the
single_threaded_async
behavior for wasm targets becauseso we'll just keep it as its own feature, but we should provide clear documentation on when, how, and why to use it.
The text was updated successfully, but these errors were encountered: