micro_utils.dokka
/
dev.inmo.micro_utils.coroutines
/
[jvm]subscribe
jvm
subscribe
inline fun <
T
>
Flow
<
T
>.
subscribe
(scope:
CoroutineScope
, noinline block: suspend (
T
) ->
Unit
):
Job
Content copied to clipboard
Shortcut for chain if
Flow.onEach
and
Flow.launchIn