oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.coordinator
/
Coordinator
/
transactionWithResult
transaction
With
Result
suspend
fun
<
T
:
Any
>
transactionWithResult
(
resultType
:
KClass
<
T
>
,
ignoreTransitionLock
:
Boolean
=
false
,
transaction
:
IRouterTransactionScope
.
(
)
->
Unit
)
:
Outcome
<
T
,
RouteResultError
>