Package ch.hslu.exercises.sw08.ex4
Class DemoConcurrentList
java.lang.Object
ch.hslu.exercises.sw08.ex4.DemoConcurrentList
Demonstration einer synchrnisierten List mit n Producer und m Consumer.
-
Method Summary
-
Method Details
-
main
Main-Demo.- Parameters:
args
- not used.- Throws:
InterruptedException
- wenn das warten unterbrochen wird.ExecutionException
- bei Excecution-Fehler.
-