Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.25 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.25 KB

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