Skip to content

jifengnan/summer-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

summer-util

Provides some useful tools

summer-util-concurrent

Provides some useful concurrent tools

ThreadPoolEnhancedExecutor

This thread pool enhanced the java.util.concurrent.ThreadPoolExecutor to support the case: if there's no any idle thread, and fewer than maximumPoolSize threads are running, a new thread will be created instead of to offer queue directly.

About

Provides some useful tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages