closeAsync

actual suspend fun closeAsync()(source)

Closes the resource releasing any system resources that may be allocated to this AsyncWriteStream. Subsequent invocations do nothing.

See also

Throws

If an I/O error occurs.

expect suspend fun closeAsync()(source)

Closes the resource releasing any system resources that may be allocated to this AsyncWriteStream. Subsequent invocations do nothing.

See also

Throws

If an I/O error occurs.

actual suspend fun closeAsync()(source)

Closes the resource releasing any system resources that may be allocated to this AsyncWriteStream. Subsequent invocations do nothing.

See also

Throws

If an I/O error occurs.