yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-core
/
io.github.yafrl
/
Signal
/
collectAsync
collect
Async
suspend
fun
collectAsync
(
collector
:
FlowCollector
<
A
>
)
(
source
)
Launches a handler that asynchronously listens to updates on the state.
Comparable to
Flow.collect
.