`channelFlow` is the correct tool if I want to bui...
# coroutines
f
channelFlow
is the correct tool if I want to build a Flow in which I can run stuff concurrently, right? In other words, it's like the
flow
builder but it can call
launch
.
yes black 3