Skip to content

Extends the functionality of Java's native ExecutorService

License

Notifications You must be signed in to change notification settings

9eck0/task-scheduler-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

task-scheduler-wrapper (WIP)

A lightweight wrapper over Java's native ExecutorService, extends its functionality with additionnal scheduling options and recurrence control.

Origins

This module is extracted from an university project (IFT2255) where I had to integrate scheduling functionality to a backend for a mockup Gym membership system. Intending to keep the task scheduling service lightweight, but not satisfied with Java's native ExecutorService, I've opted to write a wrapper around it in order to manage individual tasks with ease and flexibility.

About

Extends the functionality of Java's native ExecutorService

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages