Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 216 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 216 Bytes

A non-blocking pipe stream in java. Not really much faster than the built in blocking one, but interesting none-the-less.

Compile

$ mvn clean install

Run Tests

$ mvn clean test