An open API service indexing awesome lists of open source software.

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.

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