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
/
flowIn
flow
In
fun
<
T
>
Flow
<
T
>
.
flowIn
(
scope
:
CoroutineScope
)
:
Flow
<
T
>
Runs a flow in a given coroutine scope. If the scope is cancelled, the flow will complete.