Safe Haskell | None |
---|
- data AppData m = AppData {
- appSource :: Source m ByteString
- appSink :: Sink ByteString m ()
- data ServerSettings m = ServerSettings {
- serverPath :: FilePath
- serverAfterBind :: Socket -> m ()
- data ClientSettings m = ClientSettings {}
Documentation
The data passed to a Unix domain sockets Application
.
Since 1.0.2
AppData | |
|
data ServerSettings m Source
Settings for a Unix domain sockets server.
Since 1.0.2
ServerSettings | |
|
data ClientSettings m Source
Settings for a Unix domain sockets client.
Since 1.0.2