You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now rhai-fs isn't sync (hence it's incompatible with sync users of rhai). Adding a sync feature which replicates Shared and Locked as in rhai and replacing current usages of Rc and RefCell with Shared and Locked would be useful.