tree: 6dc9f8827d32b2dde9a48ca1de4bee957535f5a7 [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
integration/kotlinx-coroutines-nio/README.md

Module kotlinx-coroutines-nio

Integration with asynchronous IO on JDK7+ (Android API level 26).

Package kotlinx.coroutines.experimental.nio

Integration with asynchronous IO on JDK7+ (Android API level 26).

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