stdx-coroutines
1.2.1
jvm
stdx-coroutines
/
dev.schlaubi.stdx.coroutines
/
blocking
blocking
jvm
suspend
fun
<
T
>
blocking
(
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
Content copied to clipboard
Makes an "inappropriate blocking method call" appropriate.
See also
kotlinx.
coroutines.
Dispatchers
with
Context
Sources
jvm source
Link copied to clipboard