summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.lock.lua
blob: b3286d4c7eef2fa0d0fb0370d7666bc0a2cabb20 (plain)
1
2
3
4
5
6
7
8
---@meta
resty_lock={}
function resty_lock.expire(self, time) end
function resty_lock.unlock(self) end
function resty_lock.new(_, dict_name, opts) end
resty_lock._VERSION="0.08"
function resty_lock.lock(self, key) end
return resty_lock