Continuation2
Deprecated:
This API is deprecated without replacement
Constructors
<init>
Continuation2
(
block
:
(
p1
:
T1
,
p2
:
T2
)
->
Unit
,
invoker
:
CPointer
<
CFunction
<
(
COpaquePointer
?
)
->
Unit
>
>
,
singleShot
:
Boolean
=
false
)