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
Since Vars is exposed, when map-based storage is used, if the user uses Vars in other ways, it's possible for them to come across concurrent map read/write panics. Currently this library provides no mechanism for concurrent-safe access to Vars while VirtualMachine.Run is running.
We could include a mechanism for allowing concurrent reads / writes to the variable storage while the VM is running.
Since
Vars
is exposed, when map-based storage is used, if the user usesVars
in other ways, it's possible for them to come across concurrent map read/write panics. Currently this library provides no mechanism for concurrent-safe access to Vars whileVirtualMachine.Run
is running.We could include a mechanism for allowing concurrent reads / writes to the variable storage while the VM is running.
See also: Frabjous-Studios/ldjam-53#9
The text was updated successfully, but these errors were encountered: