How to Install libopenhft-chronicle-threads-java in Ubuntu 18.04



Install libopenhft-chronicle-threads-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libopenhft-chronicle-threads-java

Description:

OpenHFT thread pool library

Chronicle Threads provides a high performance thread pool. This thread pool is designed 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.

Homepage: https://github.com/OpenHFT/Chronicle-Threads

Version: 1.1.6-1

Section: universe/java