6 Commits

Author SHA1 Message Date
gwildor28
a2843297d8 JUnit tests 2016-04-17 14:46:52 +01:00
gwildor28
e821abdb1b updated version to fix pom 2016-04-14 17:44:18 +01:00
gwildor28
685d093cff added relative paths to pom in mutex/semaphore 2016-04-14 17:33:52 +01:00
gwildor28
e2af78f417 Update According to Review Comments #397
Resubmit of updates
2016-03-29 13:42:54 +01:00
gwildor28
6e4b269939 Update according to review comments #397
- Added descriptions
- Added junit tests
- Added javadoc
- Added index.md
- Added class diagrams
2016-03-24 18:13:37 +00:00
gwildor28
3ed3bc1fa5 Added mutex and semaphore modules to demonstrate locks
Added two modules to demonstrate locks.

Mutex demonstrates a simple mutual exclusion lock. Semaphore
demonstrates a semaphore for controlling access to a pool of resources.

The main class of both programs is App.java.
2016-03-07 19:40:50 +00:00