You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TaskFlow is a console-based multi-threaded job processing engine built in pure Java. It reads tasks from a JSON file, distributes them across a configurable worker thread pool using the producer-consumer pattern, and updates task status in real time — all observable through a live dashboard.
A Java-based console application for clinic operations, demonstrating the practical use of custom Abstract Data Types (ADTs), queue algorithms, and file-based persistence.