|
Network.Utils | Portability | systems with networking | Stability | provisional | Maintainer | John Goerzen <jgoerzen@complete.org> |
|
|
|
Description |
This module provides various helpful utilities for dealing with networking
Written by John Goerzen, jgoerzen@complete.org
|
|
Synopsis |
|
|
|
Documentation |
|
|
Sets up the system for networking. Similar to the built-in
withSocketsDo (and actually, calls it), but also sets the SIGPIPE
handler so that signal is ignored.
Example:
main = niceSocketsDo $ do { ... }
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |