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

commonMain.com.ditchoom.data.Reader.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 Reader {
    fun isOpen(): Boolean
    suspend fun readData(timeout: Duration): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy