Skip to content

MidCoard/FocessScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'