Fork/join incrementing (succeeding)
Simple fork/join program where the forked thread increments a shared counter by one. We verify that after joining the threads the shared value has indeed been increased by one.
General Information
- Backend: Silicon
- Language: Java
- Features: Fork/join concurrency
- Path to Example File: threads/VerifiedMain.java
- Should Verify: Yes
- Date: 2017-06-21
- Lines of Code: 14 (comments not included)
- Lines of Specification: 5 (35.7% of total)