这是indexloc提供的服务,不要输入任何密码
Skip to content

Explainer: Multithreading #1616

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

Merged
merged 4 commits into from
Apr 13, 2021
Merged

Conversation

kainino0x
Copy link
Contributor

No description provided.

@kainino0x kainino0x requested a review from Kangz April 9, 2021 01:52
@kainino0x kainino0x mentioned this pull request Apr 9, 2021
16 tasks
Co-authored-by: Corentin Wallez <corentin@wallez.net>
new `GPUTexture` JavaScript object containing a handle to the *same* GPU process object.

Several objects, like `GPUBuffer`, have client-side state.
Applications still need to use them from multiple threads without `transfer`ring them back
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit unclear to me. Where are we controlling if something is transferred or not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transferability is WebIDL [Transferable] and is controlled via the transfer list in postMessage.

@kvark kvark merged commit a70049a into gpuweb:main Apr 13, 2021
ben-clayton pushed a commit to ben-clayton/gpuweb that referenced this pull request Sep 6, 2022
This CL adds a test for line comments which terminate at EOF.

Fixes gpuweb#1431
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants