ICS 432 Fall 2024
Modules
Outcomes
Readings
Experiences
Assessments
Home
Modules
Condition Variables
Sample Java source
Sample Java source code
Here are the programs from the lecture notes:
Simple examples showing how to use Java Threads:
PausableSleepingThread.java
: A pausable/resumable/sleeping thread
By-hand implementation of a block lock:
BlockingLock.java
: A “by hand” BlockingLock class