Copyright | (c) Sebastian Witte |
---|---|
License | Apache-2.0 |
Maintainer | woozletoff@gmail.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
- runSocketReader :: Handle -> Config RPCConfig -> IO ()
- parseParams :: FunctionalityDescription -> [Object] -> [Object]
Documentation
runSocketReader :: Handle -> Config RPCConfig -> IO () Source #
This function will establish a connection to the given socket and read msgpack-rpc events from it.
parseParams :: FunctionalityDescription -> [Object] -> [Object] Source #