Continuation0

class Continuation0(block: () -> Unit, invoker: CPointer<CFunction<(COpaquePointer?) -> Unit>>, singleShot: Boolean = false) : Function0<Unit> (source)

Deprecated

This API is deprecated without replacement

Since Kotlin

1.3

Constructors

Link copied to clipboard
constructor(block: () -> Unit, invoker: CPointer<CFunction<(COpaquePointer?) -> Unit>>, singleShot: Boolean = false)

Functions

Link copied to clipboard
fun dispose()
Since Kotlin 1.3
Link copied to clipboard
open operator override fun invoke()
Since Kotlin 1.3