/implementing-concurrency

Simple example codes to implement concurrent programming using Haskell

Primary LanguageHaskell

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