Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easoncxz/hs-concurrency-demos
Code samples of concurrent programs written in Haskell
https://github.com/easoncxz/hs-concurrency-demos
Last synced: 13 days ago
JSON representation
Code samples of concurrent programs written in Haskell
- Host: GitHub
- URL: https://github.com/easoncxz/hs-concurrency-demos
- Owner: easoncxz
- License: bsd-3-clause
- Created: 2019-10-16T08:48:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T23:37:24.000Z (about 5 years ago)
- Last Synced: 2024-10-25T06:50:45.821Z (2 months ago)
- Language: Haskell
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# hs-concurrency-demos
[![Build Status](https://travis-ci.org/easoncxz/hs-concurrency-demos.svg?branch=master)](https://travis-ci.org/easoncxz/hs-concurrency-demos)
From the tests you can see code examples. To save you from firing up Haskell
tools, you can look at test runs on Travis CI by clicking the badge. Currently
included deadlock and race condition situations. I'm not familiar enough with
Haskell asynchronous exceptions to figure out how to nicely catch
`BlockedIndefinitelyOnMVar` thrown on suspected deadlock, so tests will show as
"failing" on Travis.