Package: wnpp Severity: wishlist Owner: "Eugenio Cano-Manuel Mendoza" <eugenioca...@gmail.com>
* Package name : hypirion-io-clojure Version : 0.3.1 Upstream Author : Jean Niklas L'orange <hypir...@hypirion.com> * URL : https://github.com/hyPiRion/com.hypirion.io * License : EPL-1.0 Programming Lang: Java, Clojure Description : I/O redirection, signal handling, and console utilities hypirion-io provides a set of features wrapped in Java classes: *Pipe: Establish a link between InputStream and OutputStream, also supports Reader and Writer. *SignalInterceptor: Intercept POSIX signals before they are sent to their signal handlers. *RevivableInputStream: Allow canceling blocking read calls to streams without closing them. *ConsoleUtils: Set on/off echoing in the console. Common usage of this library includes: asynchronous zipping of data from two data sources, redirecting output and input to subprocesses and loggers, and send messages to threads.