-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync feature flag #10
Comments
Can we just use I understand that the two APIs are slightly different but I use a few wrapper functions (such as |
But I'm not sure if a file handle is |
Oh yeah that would be cool to just use the primitives directly within rhai. I can confirm that file handling IS sync as I just compiled and used |
@bogzbonny I suggest that you open a PR if you can. |
Right now rhai-fs isn't sync (hence it's incompatible with sync users of rhai). Adding a sync feature which replicates
Shared
andLocked
as in rhai and replacing current usages ofRc
andRefCell
withShared
andLocked
would be useful.The text was updated successfully, but these errors were encountered: