@hackage / distributed-fork

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

Version Deprecated package0.0.1.3

About

Metadata

  • Last updated , by utdemir
  • License BSD-3-Clause
  • Maintained by: Utku Demir <me@utdemir.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

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.