Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 473 Bytes

Cloud Haskell Global

This repository holds a library of useful tools for distributed computing, intended for use with Cloud Haskell. This library is based heavily on the global module from Erlang's standard library.

In particular, it offers

  • Simple consistent cluster management
  • Distributed locking
  • Distributed process registration
  • Synchronous safe remote procedure calls