
Defines a `Closeable` interface for implementing resource management and cleanup operations, ensuring efficient handling of resources with a simple override method for closing.
= K-Closeable :source-highlighter: highlightjs :lib-version: 1.0.0
image:https://img.shields.io/github/license/k-libs/k-closeable[] image:https://img.shields.io/badge/docs-dokka-brightgreen[link="https://k-libs.github.io/k-closeable/dokka/1.0.0/closeable/io.klibs.util/index.html"] image:https://img.shields.io/maven-central/v/io.k-libs/closeable[Maven Central]
Just a Closeable interface definition in Kotlin.
== Import
== Usage
= K-Closeable :source-highlighter: highlightjs :lib-version: 1.0.0
image:https://img.shields.io/github/license/k-libs/k-closeable[] image:https://img.shields.io/badge/docs-dokka-brightgreen[link="https://k-libs.github.io/k-closeable/dokka/1.0.0/closeable/io.klibs.util/index.html"] image:https://img.shields.io/maven-central/v/io.k-libs/closeable[Maven Central]
Just a Closeable interface definition in Kotlin.
== Import
== Usage