appendAsync

inline suspend fun File.appendAsync(excl: OpenExcl?, data: Buffer)(source)

Syntactic sugar. To be used with AsyncFs.with.

See also

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

Syntactic sugar. To be used with AsyncFs.with.

See also