Skip to content

A blocking task queue implementation in Java for processing tasks

Notifications You must be signed in to change notification settings

Luniam/TaskQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A blocking task queue implementation in Java for processing tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages