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

Make possible to call natives from Worker Thread #133

Open
yannbcf opened this issue Mar 30, 2022 · 0 comments
Open

Make possible to call natives from Worker Thread #133

yannbcf opened this issue Mar 30, 2022 · 0 comments
Assignees
Labels
scope: client Clientside module related issues type: enhancement New feature or request

Comments

@yannbcf
Copy link
Contributor

yannbcf commented Mar 30, 2022

Description of the problem

Currently it's not possible to call natives from a Worker Thread

Desired solution for the problem

Call native method asynchronously from a Worker Thread via the use of proxys to run the native on the main thread and return the value

The drawback would not be huge as there is a very little overhead emitting between the main thread and a worker thread

Alternatives you considered

No response

Additional context

No response

Version

No response

Scope

client

@yannbcf yannbcf added the type: enhancement New feature or request label Mar 30, 2022
@LeonMrBonnie LeonMrBonnie self-assigned this Mar 30, 2022
@LeonMrBonnie LeonMrBonnie added scope: client Clientside module related issues status: high prio Will be worked on next and removed status: high prio Will be worked on next labels Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: client Clientside module related issues type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants