FfiStreamCloserInterface

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun end()

Signal the stream to end Does not wait for the stream to end.

Link copied to clipboard
abstract suspend fun endAndWait()

End the stream and asyncronously wait for it to shutdown

Link copied to clipboard
abstract fun isClosed(): Boolean
Link copied to clipboard
abstract suspend fun waitForReady()