@hackage distributed-fork0.0.1.2
Like 'forkIO', but uses remote machines instead of local threads.
Deprecated
Dependencies (12)
- async
- base >=4.7 && <5
- binary
- bytestring
- constraints
- distributed-closure Show all…
Dependents (1)
@hackage/distributed-fork-aws-lambda
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.