Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
81 contributions in the last year
Contribution activity
December 2020
November 2020
Created 2 commits in 1 repository
Created 1 repository
- ardevd/thread-poster Java
Created a pull request in techyourchance/thread-poster that received 6 comments
added ability to configure the number of threads to keep in the pool and updated default thread pool count
By default, the specified default number of threads (3) are used when
constructing the ThreadPoolExecutor object. However, this commit adds
a Backg…