stdx-kt
1.3.0
jvm
stdx-coroutines
/
dev.schlaubi.stdx.coroutines
/
blocking
blocking
jvm
suspend
fun
<
T
>
blocking
(
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
Makes an "inappropriate blocking method call" appropriate.
See also
Dispatchers.
IO
with
Context