Skip to content

Latest commit

 

History

History
 
 

kotlinx-coroutines-nio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Module kotlinx-coroutines-nio

Integration with asynchronous IO on JDK7+ (Android O Preview).

Package kotlinx.coroutines.experimental.nio

Integration with asynchronous IO on JDK7+ (Android O Preview).

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