yaml-rpc-0.1: Simple library for network (TCP/IP) YAML RPCSource codeContentsIndex
Network.YAML.Server
Synopsis
forkA :: [IO a] -> IO [a]
readHandle :: Handle -> [ByteString] -> IO [ByteString]
server :: Int -> (YamlObject -> IO YamlObject) -> IO ()
Documentation
forkA :: [IO a] -> IO [a]Source
Run each IO action in separate thread and return all results
readHandleSource
:: Handle
-> [ByteString]Already read lines
-> IO [ByteString]
Read lines from Handle
serverSource
:: IntPort number
-> YamlObject -> IO YamlObjectWorker
-> IO ()
Start server and wait for connections
Produced by Haddock version 2.6.1