@hackage distributed-fork0.0.1.3

Like 'forkIO', but uses remote machines instead of local threads.

This library provides a way to offload a computation to another machine.

It uses pluggable Backend's to spawn remote executors. It currently only supports AWS Lambda using distributed-fork-aws-lambda library.

See README for the rationale behind the library and Control.Distributed.Fork module for the usage.