Samples JDK
package-info.java
1 /**
2  * \brief Rendezvous example
3  *
4  * One thread is counting odd numbers between 1 and 10
5  * Second thread is counting even numbers between 1 and 10
6  *
7  * Threads are dumping the numbers in an list in the ascending order.
8  *
9  */
10 package com.freemindcafe.concurrency.sample5;