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

commonMain.ru.alexey.event.threads.ResponseWrapper.kt Maven / Gradle / Ivy

package ru.alexey.event.threads

import kotlinx.serialization.Serializable

interface ResponseWrapper {
    suspend fun unwrap() : T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy