SuspendCloseable

fun interface SuspendCloseable(source)

A resource that can be closed or released and must suspend to do so.

Since

0.0.1-alpha.1

See also

Inheritors

Functions

Link copied to clipboard
abstract suspend fun close()

Closes this resource.