Samples JDK
package-info.java
1 /**
2  * \brief Calling a code after some delay using ScheduledExecutorService
3  *
4  * ScheduledExecutorService doesn't shuts down the thread, we will have to call the shutdown
5  * on ScheduledExecutorService
6  */
7 package com.freemindcafe.concurrency.sample8;