streaming-concurrency: Concurrency support for the streaming ecosystem
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.
There are two primary higher-level use-cases for this library:
Merge multiple
Stream
s together.A conceptual
Stream
-based equivalent toparMap
(albeit utilising concurrency rather than true parallelism).
However, low-level functions are also exposed so you can construct
your own methods of concurrently using Stream
s (and there are also
non-Stream
-specific functions if you wish to use it with other data
types).
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.1.3 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4 && <5), exceptions (>=0.6 && <0.9), lifted-async (>=0.9.3 && <0.10), monad-control (>=1 && <2), stm (>=2.4 && <3), streaming (>=0.1.4.0 && <0.3), streaming-with (>=0.1.0.0 && <0.3), transformers-base [details] |
License | MIT |
Copyright | Ivan Lazar Miljenovic |
Author | Ivan Lazar Miljenovic |
Maintainer | Ivan.Miljenovic@gmail.com |
Category | Data, Streaming |
Source repo | head: git clone https://github.com/haskell-streaming/streaming-concurrency.git |
Uploaded | by IvanMiljenovic at 2018-03-14T06:17:27Z |
Modules
[Index]
Downloads
- streaming-concurrency-0.3.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees