
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