| Copyright | (c) Serokell, 2016 |
|---|---|
| License | GPL-3 (see the file LICENSE) |
| Maintainer | Serokell <hi@serokell.io> |
| Stability | experimental |
| Portability | POSIX, GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
Control.TimeWarp.Rpc.MsgPackRpc
Description
This module contains implementation of MonadRpc for real mode
(network, time- and thread-management capabilities provided by OS are used).
- data MsgPackRpc a
- runMsgPackRpc :: MsgPackRpc a -> IO a
Documentation
data MsgPackRpc a Source #
Wrapper over TimedIO, which implements MonadRpc
using msgpack-rpc.
Instances
runMsgPackRpc :: MsgPackRpc a -> IO a Source #