Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 395 Bytes

File metadata and controls

6 lines (5 loc) · 395 Bytes

ConcurrentProgrammingExamplesInJava

SR examples from Andrews book "Foundation of Multithreaded, Parallel, and Distributed Programming" translated to Java.

It is meant for a basic course in concurrent programming where exceptions concerning communication and synchronization are masked. Development exceptions (e.g., as a result of assertions for checking input parameters are still used).