Method: AtprotoAuth::Storage::Interface#release_lock

Defined in:
lib/atproto_auth/storage/interface.rb

#release_lock(key) ⇒ Boolean

Release a lock

Parameters:

  • key (String)

    Lock key

Returns:

  • (Boolean)

    Success status

Raises:



71
72
73
# File 'lib/atproto_auth/storage/interface.rb', line 71

def release_lock(key)
  raise NotImplementedError
end