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
Currently, instances of registries and families must only be accessed by a single thread. This would force users of this library to implement locking the objects externally, which is quite inconvenient. It would be nice to add locks internally.