Docs for unsafeDelete state:
This is not an atomic operation, however. Use with caution!
What would be an appropriate level of caution? External synchronization?
Is the risk that another operation would get a stale read, or could this potentially corrupt the data structure?
Thanks!
Docs for
unsafeDeletestate:What would be an appropriate level of caution? External synchronization?
Is the risk that another operation would get a stale read, or could this potentially corrupt the data structure?
Thanks!