Skip to content

The number of threads can be automatically adjusted according to the number of tasks, and the maximum limit is within the maximum number of threads, which improves thread utilization.

Notifications You must be signed in to change notification settings

weipengyiyu/threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

threadpool

The number of threads can be automatically adjusted according to the number of tasks, and the maximum limit is within the maximum number of threads, which improves thread utilization. You can use functions or function objects when submitting tasks, and you can pass parameters. You can set the maximum number of tasks and the maximum number of threads to limit according to the actual situation. Support waiting for all tasks to complete

About

The number of threads can be automatically adjusted according to the number of tasks, and the maximum limit is within the maximum number of threads, which improves thread utilization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages