Skip to content

mah0x211/lua-nosigpipe

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 

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

Packages

No packages published

Languages