Method: Arrow::Session::Lock#finish

Defined in:
lib/arrow/session/lock.rb

#finishObject

Indicate to the lock that the caller will no longer be using it, and it may free any resources it had been using.



195
196
197
# File 'lib/arrow/session/lock.rb', line 195

def finish
  self.release_all_locks
end