Skip to content

A ScheduledExecutorService backed by a CachedThreadPool such that it automatically creates new threads as needed.

License

Notifications You must be signed in to change notification settings

MangoAutomation/sero-scheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

sero-scheduler

A ScheduledExecutorService backed by a CachedThreadPool such that it automatically creates new threads as needed. Use as you would a ScheduledThreadPoolExecutor, except for two things:

  1. Instead of using Executors to create, instantiate with new ScheduledExecutorServiceVariablePool()
  2. schedule(Callable<V>, long, TimeUnit) is currently not supported. Actually, no, this is now supported. :)

About

A ScheduledExecutorService backed by a CachedThreadPool such that it automatically creates new threads as needed.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%