psprao95 / Task-Executor-Library

Java | A service that accepts instances of tasks and executes each task by one of the multiple threads maintained by a thread pool. The goals were: 1. To implement multithreaded synchronization when tasks are being executed by multiple threads. 2. To implement a FIFO queue for the tasks added by the user which is both thread-safe and blocking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psprao95/Task-Executor-Library Issues

No issues in this repository yet.