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
Currently it's not possible to call natives from a Worker Thread
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
No response
client
The text was updated successfully, but these errors were encountered:
LeonMrBonnie
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: