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

commonMain.com.ditchoom.data.Writer.kt Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.ditchoom.data

import kotlin.time.Duration
import kotlin.time.ExperimentalTime

@ExperimentalTime
interface Writer {
    suspend fun write(buffer: T, timeout: Duration): Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy