tree: 697bb4d4713a38e25c4270f69575794ac935942b [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.