writeAsync

inline suspend fun File.writeAsync(excl: OpenExcl?, appending: Boolean, data: Buffer)(source)
inline suspend fun File.writeAsync(excl: OpenExcl?, data: Buffer)(source)

Syntactic sugar. To be used with AsyncFs.with.

See also

inline suspend fun File.writeAsync(excl: OpenExcl?, appending: Boolean, src: ByteBuffer): Int(source)
inline suspend fun File.writeAsync(excl: OpenExcl?, src: ByteBuffer): Int(source)

Syntactic sugar. To be used with AsyncFs.with.

See also