Deprecated

distributed-fork

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

https://github.com/utdemir/distributed-fork

Latest on Hackage:0.0.1.3

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.

BSD-3-Clause licensed by Utku Demir
Maintained by Utku Demir

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.