https://github.com/qnikst/iochan-conduit
IO concurrent promitives for conduit
https://github.com/qnikst/iochan-conduit
Last synced: 4 months ago
JSON representation
IO concurrent promitives for conduit
- Host: GitHub
- URL: https://github.com/qnikst/iochan-conduit
- Owner: qnikst
- License: bsd-3-clause
- Created: 2012-07-14T08:09:17.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-19T12:57:12.000Z (almost 13 years ago)
- Last Synced: 2025-02-03T12:51:42.681Z (5 months ago)
- Language: Haskell
- Size: 113 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Library for making conduit message passing via
Control.Concurrent primitives, it can be faster than
using STM in some cases, but do not allow all functionality
that STM chans has.3 basic primitives will be provided:
* simple Chan as InfiniteChan
* wrapper over Chan as EndedChan
* bounded Chan as BChan