distributed-process-task

Task Framework for The Cloud Haskell Application Platform

http://github.com/haskell-distributed/distributed-process-task

Version on this page:0.1.2.1
LTS Haskell 6.35:0.1.2.2@rev:1
Stackage Nightly 2016-05-25:0.1.2.2
Latest on Hackage:0.1.2.2@rev:1

See all snapshots distributed-process-task appears in

BSD-3-Clause licensed by Tim Watson
Maintained by Facundo Domínguez
This version can be pinned in stack with:distributed-process-task-0.1.2.1@sha256:d80e94c0ed853d3a8efb5ef9e3a99768f694517ee0d04ba11f64d3d68be6c899,4230

Module documentation for 0.1.2.1

The Task Framework intends to provide tools for task management, work scheduling and distributed task coordination. These capabilities build on the Async Framework as well as other tools and libraries. The framework is currently a work in progress. The current release includes a simple bounded blocking queue implementation only, as an example of the kind of capability and API that we intend to produce.