All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.aallam.openai.client.Closeable.kt Maven / Gradle / Ivy

package com.aallam.openai.client

/**
 * Defines a closeable resource.
 * This will be replaced by [AutoCloseable] once it becomes stable.
 */
public expect interface Closeable {

    /**
     * Closes underlying resources
     */
    public fun close()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy