close

suspend fun close(args: IO.CloseParameter, mode: CommandMode = CommandMode.DEFAULT)

Close the stream, discard any temporary backing storage.


suspend fun close(handle: String)

Close the stream, discard any temporary backing storage.

Parameters

handle

Handle of the stream to close.