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.concurrency
/
withTimeoutOrOutcome
with
Timeout
Or
Outcome
suspend
fun
<
T
,
E
>
withTimeoutOrOutcome
(
timeoutMillis
:
Long
,
timeoutError
:
E
,
block
:
suspend
CoroutineScope
.
(
)
->
Outcome
<
T
,
E
>
)
:
Outcome
<
T
,
E
>
suspend
fun
<
T
>
withTimeoutOrOutcome
(
timeoutMillis
:
Long
,
block
:
suspend
CoroutineScope
.
(
)
->
Outcome
<
T
,
Any
>
)
:
Outcome
<
T
,
Any
>