Popularity
2.6
Declining
Activity
0.0
Stable
10
0
1

Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control     Scheduling    

hcron alternatives and similar packages

Based on the "Control" category.
Alternatively, view hcron alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hcron or a related project?

Add another 'Control' Package

README

hcron

A simple job scheduler for Haskell, which just runs some IO () action at a given time.

Currently, most of the code is just a copy of the excellent cron package found in the BuildBox package (http://hackage.haskell.org/package/BuildBox) by Ben Lippmeier, slightly adjusted to execute arbitrary IO () actions.

Currently, no parallelism/concurrency is involved at all, the scheduler just runs jobs and blocks while doing so. Adding support for these is one of the major goals for the future. Nevertheless, you can run the whole scheduler as some kind of worker by just forking it off using forkIO/forkOS.

License: BSD3, see LICENSE


*Note that all licence references and agreements mentioned in the hcron README section above are relevant to that project's source code only.