Java ExecutorService with single worker thread pool for executing mutiple tasks example

preview_player
Показать описание
Below is the GitHub link to download source:
Рекомендации по теме
Комментарии
Автор

Hi I created a program that call the task from another class, I shuting down the thread every time in the final of the task.
I getting a diferent name of pool, and based on that Im not sure If I actualy closing the thread.
pool-1-thread-1
pool-2-thread-1
pool-3-thread-1
pool-4-thread-1

MARQUITOSGUALACBA