diff options
Diffstat (limited to 'meta/3rd/OpenResty/resty.lock.lua')
-rw-r--r-- | meta/3rd/OpenResty/resty.lock.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.lock.lua b/meta/3rd/OpenResty/resty.lock.lua new file mode 100644 index 00000000..7d0d4062 --- /dev/null +++ b/meta/3rd/OpenResty/resty.lock.lua @@ -0,0 +1,7 @@ +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
\ No newline at end of file |