Description
Like 'forkIO', but uses remote machines instead of local threads.
Description
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.