blob: 24f408421010b4293e5f0d9337a1cf5188ecaaef [file] [log] [blame] [view] [edit]
Thread.join() can be interrupted, and so requires users to catch
InterruptedException. Most users should be looping until the join() actually
succeeds.