commonMain.io.mockk.proxy.Cancelable.kt Maven / Gradle / Ivy
The newest version!
package io.mockk.proxy
interface Cancelable {
fun get(): T
fun cancel()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package io.mockk.proxy
interface Cancelable {
fun get(): T
fun cancel()
}