SuspendClosable

fun interface SuspendClosable(source)

A resource that can be closed or released asynchronously.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun close()

Closes this resource.