Tascalate Concurrent 0.9.5
Adding net.tascalate.concurrent.io package with the following functionality:
- Drop-in replacement for
java.nio.channels.AsynchronousChannelimplementations likeAsynchronousFileChannel,AsynchronousServerSocketChannel,AsynchronousSocketChannel. BlockingIOclass that helps create interruptible code that uses blockingjava.io.InputStream,java.io.OutputStream,java.net.HttpUrlConnectionand alike.