Samples JDK
package-info.java
1 /**
2  * \brief Throttling sender example
3  *
4  * This example provides ThrottlingSender implementation which supports x req/sec and y elements/req scenario.
5  *
6  */
7 package com.freemindcafe.concurrency.sample4;