Skip to content

wagdav/haskell-concurrency-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published