tree: 6710aa19a5e811fb3e117c9681f5b538d0a5ac91 [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.