deepshig / implementing-concurrency

Simple example codes to implement concurrent programming using Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing Concurrency

It is a compilation of simple example codes to implement concurrent programming in Haskell. It uses the tools and functionalities of Control.Concurrent library in Haskell.

The project was developed as a research study over the following publications :

Dependencies

Run the program

  • Any example code can be run by the command runhaskell <file-name>.hs

About

Simple example codes to implement concurrent programming using Haskell


Languages

Language:Haskell 100.0%