tree: 8734f9c4f85c6833cfdfccbefb48a09aa7706650 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
kotlinx-coroutines-nio/README.md

Module kotlinx-coroutines-nio

Extensions for asynchronous IO on JDK7+.

Package kotlinx.coroutines.experimental.nio

Extensions for asynchronous IO on JDK7+.

  • AsynchronousFileChannel extensions aLock, aRead, and aWrite.
  • AsynchronousServerSocketChannel extension aAccept.
  • AsynchronousSocketChannel extensions aConnect, aRead, and aWrite.