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

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

There is a newer version: 4.0.0-beta01
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy