Added check-links-nb.lua that check links in a non-blocking way.

This commit is contained in:
Diego Nehab 2005-06-20 04:51:55 +00:00
parent ae4ba2aa98
commit 37f7af4b9f
7 changed files with 341 additions and 27 deletions

View file

@ -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 = {