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
This does not easily work because the hidden guard would write lock the already-locked level manifest on drop.
This needs to be reworked differently somehow.
Something like:
That way, the drop guard shows hidden segments when an error is thrown with ?, currently it's error prone.
Considerations
Need to make sure, it cannot deadlock.
The text was updated successfully, but these errors were encountered: