streamly
Version 0.1.0 revision 0 uploaded by harendra.
Package meta
- Synopsis
- Beautiful Streaming, Concurrent and Reactive Composition
- Description
Streamly is a monad transformer unifying non-determinism (list-t/logict), concurrency (async), streaming (conduit/pipes), and FRP (Yampa/reflex) functionality in a concise and intuitive API. High level concurrency makes concurrent applications almost indistinguishable from non-concurrent ones. By changing a single combinator you can control whether the code runs serially or concurrently. It naturally integrates concurrency with streaming rather than adding it as an afterthought. Moreover, it interworks with the popular streaming libraries.
See the README for an overview and the haddock documentation for full reference. It is recommended to read the comprehensive tutorial module Streamly.Tutorial first. Also see Streamly.Examples for some working examples.
- Author
- Harendra Kumar
- Bug reports
- https://github.com/harendra-kumar/streamly/issues
- Category
- Control, Concurrency, Streaming, Reactivity
- Copyright
- 2017 Harendra Kumar
- Homepage
- http://github.com/harendra-kumar/streamly
- Maintainer
- harendra.kumar@gmail.com
- Package URL
- n/a
- Stability
- Experimental