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
threadsafe.h
Hi guys I'm getting started with react native JSI, I just noticed that this exists https://github.com/facebook/react-native/blob/50bd9e367bb8a0c18be43f751a2fc95908df1ff1/packages/react-native/ReactCommon/jsi/jsi/threadsafe.h . So how is it possible to access the JSI runtime on a different thread in a safe way. At this moment I'm trying to do that but my module crashes with an error at this lines:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys I'm getting started with react native JSI, I just noticed that this exists https://github.com/facebook/react-native/blob/50bd9e367bb8a0c18be43f751a2fc95908df1ff1/packages/react-native/ReactCommon/jsi/jsi/threadsafe.h . So how is it possible to access the JSI runtime on a different thread in a safe way.
At this moment I'm trying to do that but my module crashes with an error at this lines:
The text was updated successfully, but these errors were encountered: