https://github.com/petekgithub/thread-pool-executor-service
In this project, thread pool has been used as a shorter way to conventional thread generation methods.
https://github.com/petekgithub/thread-pool-executor-service
multithreading
Last synced: 10 months ago
JSON representation
In this project, thread pool has been used as a shorter way to conventional thread generation methods.
- Host: GitHub
- URL: https://github.com/petekgithub/thread-pool-executor-service
- Owner: petekgithub
- Created: 2018-10-16T21:33:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T07:19:30.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T01:45:16.752Z (12 months ago)
- Topics: multithreading
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThreadPoolAndExecutorService
Using thread pools and executer service instead of conventional thread generation methods.
## What I learned
* Practice on Multithreading
* Creating threads automaticly with Executor Service