1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: openhft-chronicle-threads
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper (>= 9),
default-jdk,
junit4,
libintellij-annotations-java,
libmaven-bundle-plugin-java,
libmockito-java,
libopenhft-affinity-java (>= 3.1.7),
libopenhft-chronicle-core-java (>= 1.16.24),
libslf4j-java,
maven-debian-helper (>= 2.1)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-threads.git
Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-threads
Homepage: https://github.com/OpenHFT/Chronicle-Threads
Package: libopenhft-chronicle-threads-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
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.
|