This is a scheduler implement for Focess. It targets at scheduling tasks in a way that is easy to use and easy to understand.
See Executors
in the java package java.util.concurrent
<dependency>
<groupId>top.focess</groupId>
<artifactId>focess-scheduler</artifactId>
<version>1.2.4</version>
</dependency>
Gradle:
implementation 'top.focess:focess-scheduler:1.2.4'