Source: hawtdispatch Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg , tony mancill Build-Depends: debhelper-compat (= 13), default-jdk, libasm-java (>= 5.0), libhawtbuf-java, libmaven-bundle-plugin-java, maven-debian-helper (>= 2.0) Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/hawtdispatch.git Vcs-Browser: https://salsa.debian.org/java-team/hawtdispatch Homepage: https://github.com/fusesource/hawtdispatch Rules-Requires-Root: no Package: libhawtdispatch-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: libdispatch style API for Java and Scala HawtDispatch is a small thread pooling and NIO handling framework API modeled after the libdispatch API. libdispatch is the API that Apple created to power the Grand Central Dispatch (GCD) technology in OS X. It allows one to more easily develop multi-threaded applications which can more easily scale to take advantage of all the processing cores on a machine. At the same time, it's development model simplifies solving many of the problems that plague multi-threaded NIO development.