stdx-kt
Toggle table of contents
2.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
stdx-kt
coroutines
/
dev.schlaubi.stdx.coroutines
/
blocking
blocking
jvm
suspend
fun
<
T
>
blocking
(
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
(
source
)
Makes an "inappropriate blocking method call" appropriate.
See also
Dispatchers.
IO
with
Context