distributed-process-async: Cloud Haskell Async API

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 a higher-level interface over Processes, in which an Async a is a concurrent, possibly distributed Process that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them.

Properties

Versions 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.4.1, 0.2.6, 0.2.7
Change log None available
Dependencies base (>=4.4 && <5), binary (>=0.6.3.0 && <0.9), containers (>=0.4 && <0.6), data-accessor (>=0.2.2.3), deepseq (>=1.3.0.1 && <1.5), distributed-process (>=0.6.1 && <0.8), exceptions (>=0.8.2.1 && <0.9), fingertree (<0.2), hashable (>=1.2.0.5 && <1.3), mtl, stm (>=2.4 && <2.5), time (>1.4 && <1.7), transformers, unordered-containers (>=0.2.3.0 && <0.3) [details]
License BSD-3-Clause
Copyright Tim Watson 2012 - 2016
Author Tim Watson
Maintainer Tim Watson <watson.timothy@gmail.com>
Category Control
Home page http://github.com/haskell-distributed/distributed-process-async
Bug tracker http://github.com/haskell-distributed/distributed-process-async/issues
Source repo head: git clone https://github.com/haskell-distributed/distributed-process-async
Uploaded by AlexanderVershilov at 2017-11-25T12:36:38Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
perf

Build with profiling enabled

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