Added check-links-nb.lua that check links in a non-blocking way.
This commit is contained in:
parent
ae4ba2aa98
commit
37f7af4b9f
7 changed files with 341 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
local socket = require"socket"
|
||||
|
||||
-- creates a new set data structure
|
||||
function newset(a)
|
||||
function newset()
|
||||
local reverse = {}
|
||||
local set = {}
|
||||
return setmetatable(set, {__index = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue