vmarrazzo / learning-examples

Code examples for the book Learning Concurrent Programming in Scala

Home Page:http://www.amazon.com/Learning-Concurrent-Programming-Aleksandar-Prokopec/dp/1783281413

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this forked repository there is the code related to book "Learning Concurrent Programming in Scala" by Aleksandar Prokopec

I have included into test folder my personal solution for some of exercises proposed into book.

Some points are necessary to focus on :

  1. These are my personal solution so I can have missundestood an my code can be buggy or diverge respect asked implementation
  2. I am using TDD during solution implementation
  3. I am using for testing concurrent code the Scalacheck library by Rickard Nilsson
  4. Comments are welcome!

About

Code examples for the book Learning Concurrent Programming in Scala

http://www.amazon.com/Learning-Concurrent-Programming-Aleksandar-Prokopec/dp/1783281413


Languages

Language:Scala 100.0%