File: control

package info (click to toggle)
openhft-chronicle-threads 1.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 196 kB
  • sloc: java: 871; xml: 126; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download
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
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 (>= 12),
 default-jdk,
 junit4,
 libintellij-annotations-java,
 libmaven-bundle-plugin-java,
 libmockito-java,
 libopenhft-chronicle-core-java,
 libslf4j-java,
 maven-debian-helper (>= 2.1)
Standards-Version: 4.3.0
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.