CoroutineAutoCloseable

See also

Also see https://github.com/Kotlin/kotlinx.coroutines/issues/1191. Made a functional interface so that there is no need to add a function like the AutoCloseable one.

Functions

Link copied to clipboard
abstract suspend fun close()