Package: lua-resty-lock
Version: 0.09-1
Depends: libc
Source: /home/builder/devel/rg/rg-pl-ac-4.14/packages/resty/lua-resty-lock
SourceName: lua-resty-lock
License: Apache-2.0
Section: rg
Architecture: all
Installed-Size: 1586
Description:  This library implements a simple mutex lock in a similar way to ngx_proxy module's
 proxy_cache_lock directive.
 
 Under the hood, this library uses ngx_lua module's shared memory dictionaries.
 The lock waiting is nonblocking because we use stepwise ngx.sleep
 to poll the lock periodically.
