tree: 938fbe31c54d187239cf9d9f5105d617685458c5 [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.