@hackage concurrent-rpc0.1.0.0

An abstraction for inter-thread RPC based on MVars

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