/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.

Primary LanguageJava

This repository is not active