Continuation2

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

Functions

dispose
Link copied to clipboard
fun dispose()
invoke
Link copied to clipboard
open operator override fun invoke(p1: T1, p2: T2)