Package-level declarations
Functions
Link copied to clipboard
suspend fun AsynchronousServerSocketChannel.acceptSuspend(timeout: Long? = null): AsynchronousSocketChannel
Suspends the coroutine and accepts a connection from the AsynchronousServerSocketChannel
.
Link copied to clipboard
Opens a KInputStream
for the given Path
.
Link copied to clipboard
Opens a KOutputStream
for the given Path
.