parallel-io: Combinators for executing IO actions in parallel on a thread pool.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides combinators for sequencing IO actions onto a thread pool. The thread pool is guaranteed to contain no more unblocked threads than a user-specified upper limit, thus minimizing contention.

Furthermore, the parallel combinators can be used reentrantly - your parallel actions can spawn more parallel actions - without violating this property of the thread pool.

The package is inspired by the thread http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521. Thanks to Neil Mitchell and Bulat Ziganshin for some of the code this package is based on.

Properties

Versions 0.2, 0.2.1, 0.2.1.1, 0.2.2, 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.3, 0.3.4, 0.3.4, 0.3.5
Change log None available
Dependencies base (>=4 && <5), containers (>=0.2 && <0.6), extensible-exceptions (>0.1.0.1), HUnit (>=1.2 && <2), random (>=1.0 && <1.3), test-framework (>=0.1.1), test-framework-hunit (>=0.1.1), time (>=1) [details]
License BSD-3-Clause
Author Max Bolingbroke <batterseapower@hotmail.com>, Neil Mitchell <ndmitchell@gmail.com>, Bulat Ziganshin <bulat.ziganshin@gmail.com>
Maintainer Max Bolingbroke <batterseapower@hotmail.com>
Category Concurrency
Home page http://batterseapower.github.com/parallel-io
Uploaded by MaxBolingbroke at 2021-05-20T22:08:01Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
benchmark

Build the benchmarking tool

Disabled
fuzz

Build the fuzzing tool for discovering deadlocks

Disabled
tests

Build the test runner

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