writesAsync

suspend fun FileStream.Write.writesAsync(src: ByteBuffer?, position: Long): Int(source)

An asynchronous version of FileStream.Write.write. If FileStream was not opened using AsyncFs, thus not inheriting its CoroutineContext, then the default AsyncFs.ctx will be used instead.

See also