monad-schedule: A new, simple, composable concurrency abstraction.

[ concurrency, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

A monad m is said to allow scheduling if you can pass a number of actions m a to it, and those can be executed at the same time concurrently. You can observe the result of the actions after some time: Some actions will complete first, and the results of these are returned then as a list NonEmpty a. Other actions are still running, and for these you will receive continuations of type m a, which you can further run or schedule to completion as you like.

Flags

Manual Flags

NameDescriptionDefault
dev

Enable warnings as errors. Active on ci.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.2, 0.2.0.1, 0.2.0.2, 1.6
Change log CHANGELOG.md
Dependencies base (>=4.16.0 && <4.22), base-compat (>=0.13 && <0.15), free (>=5.1 && <5.3), operational (>=0.2.4 && <0.3), stm (>=2.5 && <2.6), time-domain (>=1.6 && <1.7), transformers (>=0.5 && <0.7) [details]
License MIT
Author Manuel Bärenz
Maintainer programming@manuelbaerenz.de
Category Concurrency
Source repo head: git clone https://github.com/turion/rhine
Uploaded by turion at 2025-12-01T11:00:43Z
Distributions LTSHaskell:0.2.0.2, NixOS:0.2.0.2, Stackage:1.6
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 836 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-12-01 [all 1 reports]