@hackage / taskpool

Manage pools of possibly interdependent tasks using STM and async

Version Deprecated package0.1.0

About

Metadata

  • Last updated , by JohnWiegley
  • License MIT
  • Categories Systems Programming
  • Maintained by: johnw@newartisans.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

A taskpool is a network of tasks (where connection indicates dependency), where up to N independent tasks at time may execute concurrently.