toggle menu
Moove Documentation
androidJvm
switch theme
search in API
core
/
com.moove.core.kotlin.coroutines
/
executeUseCase
execute
Use
Case
inline suspend
fun
<
R
>
CoroutineScope
.
executeUseCase
(
block
:
(
)
->
R
)
:
Result
<
R
>