libdispatch
libdispatch copied to clipboard
dispatch i/o: suppress SIGPIPE
It looks like dispatch i/o suppresses the SIGPIPE signal you get by write()-ing to a disconnected socket. This is nice, but no corresponding logic exists for Linux (which has no F_SETNOSIGPIPE).