Skip to content

Tascalate Concurrent 0.9.5

Compare
Choose a tag to compare
@vsilaev vsilaev released this 23 Feb 10:31
· 6 commits to master since this release

Adding net.tascalate.concurrent.io package with the following functionality:

  1. Drop-in replacement for java.nio.channels.AsynchronousChannel implementations like AsynchronousFileChannel, AsynchronousServerSocketChannel, AsynchronousSocketChannel.
  2. BlockingIO class that helps create interruptible code that uses blocking java.io.InputStream, java.io.OutputStream, java.net.HttpUrlConnection and alike.