Filebase icon indicating copy to clipboard operation
Filebase copied to clipboard

Feature Request: Locking the Has-and-Save Transaction

Open landall opened this issue 5 years ago • 0 comments

I have a scene to let a user register an unique name or something else.

I think it may be done by an atom operation using the locks when opening files.

  • If having the key, return false.
  • If not, create a new key with the giving key name and return true.

After that, we can update the value of the key without locking.

landall avatar Dec 05 '18 14:12 landall