Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 256 Bytes

readme.md

File metadata and controls

2 lines (2 loc) · 256 Bytes

TaskQueue

This is a simple task queue implementation in Java to experiment with threadpools. Tasks can be submitted and run asynchronously. A simple bocking queue is also implemented as an experimentation. The code is well commented and self-explanatory.