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.lib
/
flowWithDefer
flow
With
Defer
inline suspend
fun
<
T
>
flowWithDefer
(
crossinline
block
:
suspend
FlowCollector
<
T
>
.
(
defer
:
(
(
)
->
Unit
)
->
Unit
)
->
Unit
)
:
Flow
<
T
>