concurrent-rpc

An abstraction for inter-thread RPC based on MVars

https://github.com/lpeterse/haskell-concurrent-rpc

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Lars Petersen
Maintained by [email protected]

This library is small wrapper around Control.Concurrent.MVar.MVars that can be used to implement request-response communication between different threads.