/haskell-concurrency-patterns

Some examples from the talk "Go Concurrency Patterns" by Rob Pike rewritten in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Haskell concurrency patterns

This is the Haskell re-implementation of the Go code presented in the talk "Go Concurrency Patterns" by Rob Pike.

https://talks.golang.org/2012/concurrency.slide

Quickstart

Install stack then

$ stack build

You can run the examples:

$ stack exec search10
$ stack exec search20
$ stack exec search21
$ stack exec search30