首次提交
This commit is contained in:
11
target/fastweb/auto_lock.lua
Normal file
11
target/fastweb/auto_lock.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
local M = {}
|
||||
M.__index = M
|
||||
|
||||
function M.new(mutex)
|
||||
local instance = setmetatable({}, M)
|
||||
instance.module = fw_auto_lock.new(mutex)
|
||||
return instance
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user