Continuation0

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

Since Kotlin

1.3

Constructors

Link copied to clipboard
fun Continuation0(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

Extensions

Link copied to clipboard

This is an experimental API. Given a class for a compiled Kotlin lambda or a function expression, returns a KFunction instance providing introspection capabilities for that lambda or function expression and its parameters. Not all features are currently supported, in particular KCallable.call and KCallable.callBy will fail at the moment.

Since Kotlin 1.0