/FocessScheduler

Scheduler Implement for Focess

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

FocessScheduler - Scheduler Implement for Focess

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

Development

<dependency>
    <groupId>top.focess</groupId>
    <artifactId>focess-scheduler</artifactId>
    <version>1.2.4</version>
</dependency>

Gradle:

implementation 'top.focess:focess-scheduler:1.2.4'