Java universal task executor, base on the java.util.concurrent.ScheduledExecutorService.
Java universal task executor, base on the java.util.concurrent.ScheduledExecutorService.
Java通用的任务执行器,基于java.util.concurrent.ScheduledExecutorService工具类实现。
<dependency>
<groupId>com.github.mayp1998.taskExecutor</groupId>
<artifactId>TaskExecutor</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
compile group: 'com.github.mayp1998.taskExecutor', name: 'TaskExecutor', version: '1.0.5.RELEASE'