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

Extensions for asynchronous IO on JDK7+.

Package kotlinx.coroutines.experimental.nio

Extensions for asynchronous IO on JDK7+.

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