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
Upon further inspection, it appears that you are right - it's not used for anything other than keeping the storage alive and verification. Since we can't do much without the storage anyway, we can replace the verification with some UID and be happy with it.
The change would have some far-fetching consequences, actually:
faster Pointer creation/cloning, as well as storage locking
no need for StorageRef with its Arc<RwLock<Storage>>> any more
I suggest to replace it with some uid
The text was updated successfully, but these errors were encountered: