toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-api
/
org.modelix.model.api
/
INodeResolutionScope
/
runWithInCoroutine
run
With
In
Coroutine
open
suspend
fun
<
T
>
runWithInCoroutine
(
body
:
suspend
(
)
->
T
)
:
T
Does the same as runWithOnly, but with support for suspendable functions.