Skip to content

mah0x211/lua-nosigpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

lua-nosigpipe

a module that ignore SIGPIPE.

Installation

luarocks install --from=http://mah0x211.github.io/rocks/ nosigpipe

Usage

Ignore the SIGPIPE automatically when this module has been loaded.

local ok = require('nosigpipe')
if not ok then
    print('SIGPIPE is not supported on this platform')
end

About

a module that blocks SIGPIPE

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages