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