-
Notifications
You must be signed in to change notification settings - Fork 0
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.
psprao95/Task-Executor-Library
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
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.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published