commonMain.com.ditchoom.buffer.SuspendCloseable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of buffer-jvm Show documentation
Show all versions of buffer-jvm Show documentation
Multiplatform bytebuffer that delegates to native byte[] or ByteBuffer
package com.ditchoom.buffer
interface SuspendCloseable {
suspend fun close()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy