Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.