Skip to content

sirinath/Chronicle-Threads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chronicle Threads

This library provide a high performance thread pool. This thread pool is design to share blocking, monitoring and busy waiting threads. Busy waiting tasks can be prioritised for HIGH, MEDIUM, DAEMON (low priority) as well as TIMER (fixed rate events) tasks in a single thread without creating garbage.

Packages

No packages published

Languages

  • Java 100.0%