Closed avokhmin closed 6 years ago
Hello.
Should we do unlock of token?
unlock
see:
# manually locking/unlocking # the return value from lock without a block is a unique token valid only for the current lock # which must be unlocked manually token = suo.lock foo.baz! suo.unlock(token)
ah, I found answer.
Hello.
Should we do
unlock
of token?see: