tree: a2fd654955b4663620f492699f1cb188e8c90066 [path history] [tgz]
  1. src/
  2. test/
  3. build.gradle
  4. 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.