| Stability | experimental |
|---|---|
| Maintainer | woozletoff@gmail.com |
| Safe Haskell | None |
Neovim.RPC.SocketReader
Description
- runSocketReader :: Handle -> Config RPCConfig st -> IO ()
- parseParams :: FunctionalityDescription -> [Object] -> [Object]
Documentation
runSocketReader :: Handle -> Config RPCConfig st -> IO ()Source
This function will establish a connection to the given socket and read msgpack-rpc events from it.
parseParams :: FunctionalityDescription -> [Object] -> [Object]Source