| Copyright | (c) Dheemanth Manur 2022 |
|---|---|
| License | MIT (see the file LICENSE) |
| Maintainer | Dheemanth Manur <dheemanthmanur72@gmail.com> |
| Stability | experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Laminar
Description
This module provides a set of operations for running set of IO actions with
dependencies asynchronously.
The basic type is which represents an IO action with a name and dependency list.
functions Task and buildGraph used to build and run runGraph simultanouesly.TaskGraph
Documentation
Container for all the details required for a Task
Container for the dependency graph and task list