Lecture Notes for Concurrent Programming

1 July 2003 - Java Threads


For example, only one thread may join() with another. If a coordinator wants to use join() to detect thread t's termination, it must make sure that no other thread sets a join on t.


This page last modified on 16 July 2003.