Kaptos
Toggle table of contents
0.2.0
android
apple
common
jvm
Target filter
android
apple
common
jvm
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.util
/
runBlocking
run
Blocking
android
apple
common
jvm
actual
fun
<
T
>
runBlocking
(
context
:
CoroutineContext
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
actual
fun
<
T
>
runBlocking
(
context
:
CoroutineContext
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
expect
fun
<
T
>
runBlocking
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
actual
fun
<
T
>
runBlocking
(
context
:
CoroutineContext
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)