kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native.concurrent
/
Continuation2
Continuation2
Native
class
Continuation2
<
T1
,
T2
>
(
block
:
(
T1
,
T2
)
->
Unit
,
invoker
:
CPointer
<
CFunction
<
(
COpaquePointer
?
)
->
Unit
>
>
,
singleShot
:
Boolean
)
:
Function2
<
T1
,
T2
,
Unit
>
Content copied to clipboard
Functions
Functions
dispose
Link copied to clipboard
Native
fun
dispose
(
)
Content copied to clipboard
invoke
Link copied to clipboard
Native
open
operator override
fun
invoke
(
p1
:
T1
,
p2
:
T2
)
Content copied to clipboard