Continuation2

class Continuation2<T1, T2>(block: (p1: T1, p2: T2) -> Unit, invoker: CPointer<CFunction<(COpaquePointer?) -> Unit>>, singleShot: Boolean = false) : Function2<T1, T2, Unit> (source)

Deprecated

This API is deprecated without replacement

Since Kotlin

1.3

Constructors

Link copied to clipboard
constructor(block: (p1: T1, p2: T2) -> 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(p1: T1, p2: T2)
Since Kotlin 1.3